diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:48:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:48:59 +0000 |
commit | c484829272cd13a738e35412498e12f2c9a194ac (patch) | |
tree | a1f5ec09629ee895bd3963fa8820b45f2f4c574b /test/csv/normal-quotes | |
parent | Initial commit. (diff) | |
download | liborcus-c484829272cd13a738e35412498e12f2c9a194ac.tar.xz liborcus-c484829272cd13a738e35412498e12f2c9a194ac.zip |
Adding upstream version 0.19.2.upstream/0.19.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/csv/normal-quotes')
-rw-r--r-- | test/csv/normal-quotes/check.txt | 6 | ||||
-rw-r--r-- | test/csv/normal-quotes/input.csv | 2 |
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.... |