Skip to content

Commit 7e9b381

Browse files
committed
Document expected result for ignored test
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1466605 13f79535-47bb-0310-9956-ffa450edef68
1 parent 16e12d2 commit 7e9b381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/csv/CSVLexerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ public void testEscapeFF() throws Exception {
329329
assertThat(lexer.nextToken(new Token()), hasContent("character" + FF + "Escaped"));
330330
}
331331

332-
// FIXME this should work after CSV-58 is resolved. Currently the result will be "characteraEscaped"
332+
// FIXME this should work after CSV-58 is resolved. Currently the result will be "charactera\NEscaped"
333333
@Test
334334
@Ignore
335335
public void testEscapedMySqlNullValue() throws Exception {

0 commit comments

Comments
 (0)