diff options
Diffstat (limited to 'test/yaml/multi-line-2/input.yaml')
-rw-r--r-- | test/yaml/multi-line-2/input.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/yaml/multi-line-2/input.yaml b/test/yaml/multi-line-2/input.yaml new file mode 100644 index 0000000..a382e66 --- /dev/null +++ b/test/yaml/multi-line-2/input.yaml @@ -0,0 +1,5 @@ +# Once a multi-line string starts, everything becomes part of it. +# This document has only one root value that has a string value of "1 - 2 - 3". +1 +- 2 +- 3 |