From 09e7b47bad7e7310a6f52bdc20e9a9f251e79769 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 02:38:50 +0200 Subject: Adding upstream version 1.33.0. Signed-off-by: Daniel Baumann --- tests/yaml-1.2-spec-examples/example-7.10 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/yaml-1.2-spec-examples/example-7.10 (limited to 'tests/yaml-1.2-spec-examples/example-7.10') diff --git a/tests/yaml-1.2-spec-examples/example-7.10 b/tests/yaml-1.2-spec-examples/example-7.10 new file mode 100644 index 0000000..7ed369f --- /dev/null +++ b/tests/yaml-1.2-spec-examples/example-7.10 @@ -0,0 +1,12 @@ +# Outside flow collection: +- ::vector +- ": - ()" +- Up, up, and away! +- -123 +- http://example.com/foo#bar +# Inside flow collection: +- [ ::vector, + ": - ()", + "Up, up and away!", + -123, + http://example.com/foo#bar ] -- cgit v1.2.3