summaryrefslogtreecommitdiffstats
path: root/test/csv/normal-quotes
diff options
context:
space:
mode:
Diffstat (limited to 'test/csv/normal-quotes')
-rw-r--r--test/csv/normal-quotes/check.txt6
-rw-r--r--test/csv/normal-quotes/input.csv2
2 files changed, 8 insertions, 0 deletions
diff --git a/test/csv/normal-quotes/check.txt b/test/csv/normal-quotes/check.txt
new file mode 100644
index 0000000..dc3f207
--- /dev/null
+++ b/test/csv/normal-quotes/check.txt
@@ -0,0 +1,6 @@
+data/0/0:string:"normal quote"
+data/0/1:string:" not quoted"
+data/0/2:string:" \"and other quoted cells\""
+data/1/0:string:"not quoted"
+data/1/1:string:" \"quoted\""
+data/1/2:string:" and so on...."
diff --git a/test/csv/normal-quotes/input.csv b/test/csv/normal-quotes/input.csv
new file mode 100644
index 0000000..f600712
--- /dev/null
+++ b/test/csv/normal-quotes/input.csv
@@ -0,0 +1,2 @@
+"normal quote", not quoted, "and other quoted cells"
+not quoted, "quoted", and so on....