mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-17 15:35:46 +00:00
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()));
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user