Skip to content

Commit 377691c

Browse files
committed
we
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1152647 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5ecb2b8 commit 377691c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public void testEncodeAtzNotEmpty() throws EncoderException {
4747
String[] names = { "ácz", "átz", "Ignácz", "Ignátz", "Ignác" };
4848
for (String name : names) {
4949
Assert.assertFalse(bmpm.encode(name).equals(""));
50-
5150
}
5251
}
5352

0 commit comments

Comments
 (0)