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 6887303c [CSV-326] Escape Reader values with quote and escape (#606).
add 1e3de127 clear escape delimiter buffer before peek in isEscapeDelimiter
new 6551fc4d Merge pull request #608 from
rootvector2/escape-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 | 1 +
src/test/java/org/apache/commons/csv/CSVParserTest.java | 14 ++++++++++++++
src/test/java/org/apache/commons/csv/LexerTest.java | 12 ++++++++++++
3 files changed, 27 insertions(+)