Skip to content

Commit 6ca0f78

Browse files
committed
Allow for new COMMENT token type
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1306516 13f79535-47bb-0310-9956-ffa450edef68
1 parent 61b6622 commit 6ca0f78

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ private static void testCSVLexer(final boolean newToken, String test) throws Exc
245245
case TOKEN:
246246
fields++;
247247
break;
248+
case COMMENT: // not really expecting these
249+
break;
248250
}
249251

250252
} while (!token.type.equals(Token.Type.EOF));

0 commit comments

Comments
 (0)