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 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/csv/double-quotes/check.txt (limited to 'test/csv/double-quotes/check.txt') 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 -- cgit v1.2.3