rootvector2 commented on PR #611: URL: https://github.com/apache/commons-csv/pull/611#issuecomment-4729497338
Added `testPartialMultiCharacterDelimiterAtEOFAfterMismatch` in `CSVParserTest` that drives this through the public parsing API. Parsing `x[a][|` with delimiter `[|]`: without the fix it splits into `x[a]` and an empty field, with the fix it stays a single field `x[a][|`. The test fails on `master` and passes with the patch. -- 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]
