diff options
Diffstat (limited to 'test/yaml/basic1/input.yaml')
-rw-r--r-- | test/yaml/basic1/input.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/yaml/basic1/input.yaml b/test/yaml/basic1/input.yaml new file mode 100644 index 0000000..4ba06b4 --- /dev/null +++ b/test/yaml/basic1/input.yaml @@ -0,0 +1,19 @@ +# header comment. +--- # start of document +dict: + a: 1 # one + b: 2 # two + c: + - foo + - bar +list: + - 1 + - 2 + - + a: 1.1 + b: 1.2 + c: 1.3 + +number: 12.3 +string: foo + |