summaryrefslogtreecommitdiff
path: root/test/csv1.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-08-29 14:59:29 +0300
committerArnold D. Robbins <arnold@skeeve.com>2022-08-29 14:59:29 +0300
commit1ee8627c7bb42dad235c66e62050bf61f59cbb6e (patch)
tree0a3ead43acf0f52be9b3a703376fe763b258c36e /test/csv1.in
parent7119212f73fb0e0ae5411d43a71dd830271c217d (diff)
downloadgawk-1ee8627c7bb42dad235c66e62050bf61f59cbb6e.tar.gz
First cut at CSV support a la BWK awk.
Diffstat (limited to 'test/csv1.in')
-rw-r--r--test/csv1.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/csv1.in b/test/csv1.in
new file mode 100644
index 00000000..620b2ab3
--- /dev/null
+++ b/test/csv1.in
@@ -0,0 +1,26 @@
+a
+ a
+,a
+ , a
+a,b
+a,b,c
+""
+"abc"
+"a""b"
+"a","b"
+a""b
+"a,b"
+""""
+""""""
+"""x"""
+,,""
+a""b
+a"b
+a''b
+"abc
+,,
+a,
+"",
+,
+"abc",def
+