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 ed8dbf25 Clear escape delimiter buffer before peek in
Lexer.isEscapeDelimiter() (#608, #611).
add a6ee67ec [CSV-328] Fix quoted null string after disabling quote
new 28d8bfba Merge pull request #612 from
OldTruckDriver/fix/CSV-328_quoted_null_string_order
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/changes/changes.xml | 1 +
src/main/java/org/apache/commons/csv/CSVFormat.java | 7 +++++--
src/test/java/org/apache/commons/csv/CSVFormatTest.java | 5 +++++
3 files changed, 11 insertions(+), 2 deletions(-)