sgoeschl commented on a change in pull request #60: Fix csv 149 195 URL: https://github.com/apache/commons-csv/pull/60#discussion_r383816676
########## File path: src/test/java/org/apache/commons/csv/CSVParserTest.java ########## @@ -1281,4 +1283,37 @@ private void validateRecordPosition(final String lineSeparator) throws IOExcepti parser.close(); } + + @Test + public void parseIssue195andIssue149() throws IOException { Review comment: Please separate into two independent tests, e.g. if the test fails we don't know which JIRA ticket is affected ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services