git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1460907 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-03-25 21:37:47 +00:00
parent 6dc69934d2
commit eb13cb152a

View File

@ -324,7 +324,7 @@ public class CSVLexerTest {
assertTokenEquals(EOF, "character\\aEscaped", lexer.nextToken(new Token())); 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 @Test
@Ignore @Ignore
public void testEscapedControlCharacter() throws Exception { public void testEscapedControlCharacter() throws Exception {