Skip to content

Commit e246d2a

Browse files
committed
Test characters above Z
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1842287 13f79535-47bb-0310-9956-ffa450edef68
1 parent bdc616d commit e246d2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ public void testEdgeCases() throws EncoderException {
154154
{"cl", "45"},
155155
{"acl", "085"},
156156
{"mn", "6"},
157+
{"{mn}","6"}, // test chars above Z
157158
{"r", "7"}};
158159
this.checkEncodings(data);
159160
}

0 commit comments

Comments
 (0)