This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
from e729d17d Keep quoted empty trailing field with trailingDelimiter
(#616).
add afbf34ad evaluate isDelimiter once in nextToken whitespace skip
add c9362f76 add public-api test for whitespace-prefixed multi-char
delimiter
new 85d26fc1 Merge pull request #618 from
rootvector2/delimiter-double-consume
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/main/java/org/apache/commons/csv/Lexer.java | 11 +++++++++--
.../java/org/apache/commons/csv/CSVParserTest.java | 20 ++++++++++++++++++++
src/test/java/org/apache/commons/csv/LexerTest.java | 19 +++++++++++++++++++
3 files changed, 48 insertions(+), 2 deletions(-)