gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, feature/csv-revamp, updated. gawk-4.1.0-5190-g0089ada


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/csv-revamp, updated. gawk-4.1.0-5190-g0089ada1
Date: Thu, 23 Mar 2023 11:02:59 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, feature/csv-revamp has been updated
       via  0089ada17feeb26a58b96c434cb82a58a83c5a67 (commit)
      from  927143821e5124bb30cae744e6767b4d75463d18 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=0089ada17feeb26a58b96c434cb82a58a83c5a67

commit 0089ada17feeb26a58b96c434cb82a58a83c5a67
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Mar 23 17:02:43 2023 +0200

    Adjust csv1 test.

diff --git a/test/ChangeLog b/test/ChangeLog
index 8e0791a3..4b15eaa8 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2023-03-23         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * csv1.in, csv1.ok: Adjusted after code change and to match
+       RFC 4180 format.
+
 2023-03-21         Arnold D. Robbins     <arnold@skeeve.com>
 
        * Makefile.am (EXTRA_DIST, NEED_CSV, GAWK_EXT_TESTS): New test, csv3.
diff --git a/test/csv1.in b/test/csv1.in
index 620b2ab3..abdcf27e 100644
--- a/test/csv1.in
+++ b/test/csv1.in
@@ -8,16 +8,12 @@ a,b,c
 "abc"
 "a""b"
 "a","b"
-a""b
 "a,b"
 """"
 """"""
 """x"""
 ,,""
-a""b
-a"b
 a''b
-"abc
 ,,
 a,
 "",
diff --git a/test/csv1.ok b/test/csv1.ok
index 178daed1..e25c3cb8 100644
--- a/test/csv1.ok
+++ b/test/csv1.ok
@@ -8,16 +8,12 @@
        "abc"   [abc]
        "a""b"  [a"b]
        "a","b" [a][b]
-       a""b    [a""b]
        "a,b"   [a,b]
        """"    ["]
        """"""  [""]
        """x""" ["x"]
        ,,""    [][][]
-       a""b    [a""b]
-       a"b     [a"b]
        a''b    [a''b]
-       "abc    [abc]
        ,,      [][][]
        a,      [a][]
        "",     [][]

-----------------------------------------------------------------------

Summary of changes:
 test/ChangeLog | 5 +++++
 test/csv1.in   | 4 ----
 test/csv1.ok   | 4 ----
 3 files changed, 5 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]