Skip to content

Commit 8fc1935

Browse files
committed
"Ashcroft" is also coded as A261.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1668417 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5ea4d8a commit 8fc1935

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/org/apache/commons/codec/language/SoundexTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ public void testHWRuleEx1() {
227227
// Ashcraft is coded A-261 (A, 2 for the S, C ignored, 6 for the R, 1
228228
// for the F). It is not coded A-226.
229229
Assert.assertEquals("A261", this.getStringEncoder().encode("Ashcraft"));
230+
Assert.assertEquals("A261", this.getStringEncoder().encode("Ashcroft"));
230231
}
231232

232233
/**

0 commit comments

Comments
 (0)