Skip to content

Commit bf1d01d

Browse files
committed
More info
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1306046 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1337758 commit bf1d01d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ private static void testCSVLexer(final boolean newToken, String test) throws Exc
241241
count++;
242242
break;
243243
case INVALID:
244-
throw new IOException("invalid parse sequence");
244+
throw new IOException("invalid parse sequence <"+token.content.toString()+">");
245245
case TOKEN:
246246
fields++;
247247
break;

0 commit comments

Comments
 (0)