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/yaml/quoted-string/input.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/yaml/quoted-string/input.yaml (limited to 'test/yaml/quoted-string') diff --git a/test/yaml/quoted-string/input.yaml b/test/yaml/quoted-string/input.yaml new file mode 100644 index 0000000..d2b50e5 --- /dev/null +++ b/test/yaml/quoted-string/input.yaml @@ -0,0 +1,22 @@ +--- +"I am quoted: ~ " : "Here is another quote." +list with quoted string values : + - "1 2 3" + - "null" + - "true" + - "false" + - "#hashtag" + - "\"quoted inside\"" + - "'single quote inside'" + - "Japan's finest beer" +'single quoted string values' : + - '8.8.8.8' + - '''single quote inside''' + - 'prefix ''quoted'' suffix' + - '"double quote"' + - 'before "quote" after' + - 'http://www.google.com' + - '''''''' # equivalent of "'''" + - ' '' '' '' ' # equivalent of " ' ' ' " + - '#hashtag' + -- cgit v1.2.3