This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
from b1bdb99c Merge pull request #295 from DamjanJovanovic/master
new d81528fb Revert "Add a setting that controls whether the last field on
the last line, if quoted, has to have a closing quote before the file ends."
new c22ff413 Revert "Add support for trailing text after the closing
quote, for Excel compatibility."
new 1269c133 Tests CSV-141 and PR 295
The 3 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:
.../java/org/apache/commons/csv/CSVFormat.java | 80 ++-------------
src/main/java/org/apache/commons/csv/Lexer.java | 28 ++----
.../java/org/apache/commons/csv/CSVParserTest.java | 111 +++++++++++++++++++++
.../java/org/apache/commons/csv/LexerTest.java | 26 -----
.../org/apache/commons/csv/CSV-141/csv-141.csv | 4 +
5 files changed, 129 insertions(+), 120 deletions(-)
create mode 100644
src/test/resources/org/apache/commons/csv/CSV-141/csv-141.csv