garydgregory commented on code in PR #351:
URL: https://github.com/apache/commons-csv/pull/351#discussion_r1315052883
##########
src/test/java/org/apache/commons/csv/CSVParserTest.java:
##########
@@ -1642,4 +1642,24 @@ private void validateRecordPosition(final String
lineSeparator) throws IOExcepti
parser.close();
}
+
+ @Test
+ public void test_empty_columns() throws IOException {
Review Comment:
This is not a test, the output is not validated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]