diff options
Diffstat (limited to 'tests/yaml-1.2-spec-examples/example-2.18')
-rw-r--r-- | tests/yaml-1.2-spec-examples/example-2.18 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/yaml-1.2-spec-examples/example-2.18 b/tests/yaml-1.2-spec-examples/example-2.18 new file mode 100644 index 0000000..0f49d9c --- /dev/null +++ b/tests/yaml-1.2-spec-examples/example-2.18 @@ -0,0 +1,7 @@ +plain: + This unquoted scalar + spans many lines. + +quoted: "So does this + quoted scalar.\n" + |