This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 0964e903 Quote value ending with multi-character delimiter prefix
(#620).
new 09c3699c Merge branch 'master' of
https://github.com/apache/commons-csv.git
0964e903 is described below
commit 0964e9031da771803eb6d99e42e55f2ccf0ba0c5
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 5 06:38:28 2026 -0400
Quote value ending with multi-character delimiter prefix (#620).
---
src/changes/changes.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 93952e9f..f0fa3a3a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,7 +62,8 @@
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Escape
leading comment marker in printWithEscapes (#614).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Skip
byte counting at EOF in ExtendedBufferedReader.read (#615).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Keep
quoted empty trailing field with trailingDelimiter (#616).</action>
- <action type="fix" dev="ggregory" due-to="Dexter.k, Gary
Gregory">Evaluate isDelimiter once in nextToken whitespace skip
(#618)..</action>
+ <action type="fix" dev="ggregory" due-to="Dexter.k, Gary
Gregory">Evaluate isDelimiter once in nextToken whitespace skip (#618).</action>
+ <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Quote
value ending with multi-character delimiter prefix (#620).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory, Indy, Sylvia van
Os" issue="CSV-307">Add an "Android Compatibility" section to the web
site.</action>
<action type="add" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory"
issue="CSV-325">Add CSVParser.Builder.setByteOffset(long) (#604).</action>