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 e21d66e4 Quote value starting with comment marker in minimal quote
mode (#610).
add 110e8306 clear delimiter buffer before each peek in isDelimiter
add 61f52135 add public-api parser test for partial delimiter false-match
at eof
new f685de6c Merge pull request #611 from
rootvector2/delimiter-buffer-clear
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 | 2 +-
src/test/java/org/apache/commons/csv/CSVParserTest.java | 15 +++++++++++++++
src/test/java/org/apache/commons/csv/LexerTest.java | 13 +++++++++++++
3 files changed, 29 insertions(+), 1 deletion(-)