Skip to content

Commit 22a832d

Browse files
committed
Add test for the example used in the Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1073457 13f79535-47bb-0310-9956-ffa450edef68
1 parent f1994bd commit 22a832d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ public void testExamples() {
9393

9494
public void testHyphen() {
9595
this.checkEncoding("174845214", "bergisch-gladbach");
96+
// From the Javadoc example:
97+
this.checkEncoding("65752682", "Müller-Lüdenscheidt");
9698
}
9799

98100
public void testIsCologneEquals() {

0 commit comments

Comments
 (0)