Bug in test case result

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1478619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2013-05-03 01:01:20 +00:00
parent 697a612a89
commit e31980892c
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ public class CSVParserTest {
{",", ","}, // 5
{"/", "/"}, // 6
{"/", "/"}, // 7
{" 8 ", " \"quoted \"\" \" / string\" "},
{" 8 ", " \"quoted \"\" /\" / string\" "},
{"9", " \n "},
};