diff options
Diffstat (limited to '')
-rw-r--r-- | test/csv/double-quotes/check.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/csv/double-quotes/check.txt b/test/csv/double-quotes/check.txt new file mode 100644 index 0000000..7bf03e1 --- /dev/null +++ b/test/csv/double-quotes/check.txt @@ -0,0 +1,6 @@ +data/0/0:string:"\"single literal quote\"" +data/0/1:string:"\"\"double literal quote\"\"" +data/0/2:string:"\"\"\"triple literal quote\"\"\"" +data/1/0:numeric:1 +data/1/1:numeric:2 +data/1/2:numeric:3 |