Skip to content

Commit e319808

Browse files
committed
Bug in test case result
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1478619 13f79535-47bb-0310-9956-ffa450edef68
1 parent 697a612 commit e319808

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ public void testBackslashEscaping() throws IOException {
307307
{",", ","}, // 5
308308
{"/", "/"}, // 6
309309
{"/", "/"}, // 7
310-
{" 8 ", " \"quoted \"\" \" / string\" "},
310+
{" 8 ", " \"quoted \"\" /\" / string\" "},
311311
{"9", " \n "},
312312
};
313313

0 commit comments

Comments
 (0)