From c484829272cd13a738e35412498e12f2c9a194ac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:48:59 +0200 Subject: Adding upstream version 0.19.2. Signed-off-by: Daniel Baumann --- test/csv/double-quotes/check.txt | 6 ++++++ test/csv/double-quotes/input.csv | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 test/csv/double-quotes/check.txt create mode 100644 test/csv/double-quotes/input.csv (limited to 'test/csv/double-quotes') 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 diff --git a/test/csv/double-quotes/input.csv b/test/csv/double-quotes/input.csv new file mode 100644 index 0000000..3c8ee50 --- /dev/null +++ b/test/csv/double-quotes/input.csv @@ -0,0 +1,3 @@ +"""single literal quote""","""""double literal quote""""","""""""triple literal quote""""""" +1,2,3 + -- cgit v1.2.3