File tree Expand file tree Collapse file tree
src/test/java/org/apache/commons/codec/language Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818package org .apache .commons .codec .language ;
1919
20- import static org .junit .jupiter .api .Assertions .assertEquals ;
21- import static org .junit .jupiter .api .Assertions .assertTrue ;
22-
2320import org .apache .commons .codec .AbstractStringEncoderTest ;
2421import org .junit .jupiter .api .Test ;
2522
23+ import static org .junit .jupiter .api .Assertions .assertEquals ;
24+ import static org .junit .jupiter .api .Assertions .assertTrue ;
25+
2626/**
2727 * Tests {@link Nysiis}
2828 */
@@ -137,7 +137,8 @@ void testDropBy() {
137137 // violates 6: if the last two characters are AY, remove A
138138 new String [] { "CARRAWAY" , "CARY" }, // Original: CARAY
139139 new String [] { "YAMADA" , "YANAD" },
140- new String [] { "ASH" , "A" });
140+ new String [] { "ASH" , "A" },
141+ new String [] { "SSH" , "S" });
141142 }
142143
143144 @ Test
You can’t perform that action at this time.
0 commit comments