We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e017d commit 6660a22Copy full SHA for 6660a22
src/test/java/org/apache/commons/codec/language/DaitchMokotoffSoundexTest.java
@@ -67,6 +67,7 @@ void testAdjacentCodes() {
67
assertEquals("547830|545783|594783|594578", soundex("GERSCHFELD"));
68
}
69
70
+ @Test
71
public void testEncodeBasic() {
72
// same as above, but without branching
73
assertEquals("097400", encode("AUERBACH"));
0 commit comments