Fix typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1460907 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6dc69934d2
commit
eb13cb152a
|
@ -324,7 +324,7 @@ public class CSVLexerTest {
|
|||
assertTokenEquals(EOF, "character\\aEscaped", lexer.nextToken(new Token()));
|
||||
}
|
||||
|
||||
// FIXME this should work after CSV-58 is resolved. Currentyl the result will be "characterCREscaped"
|
||||
// FIXME this should work after CSV-58 is resolved. Currently the result will be "characterCREscaped"
|
||||
@Test
|
||||
@Ignore
|
||||
public void testEscapedControlCharacter() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue