diff options
Diffstat (limited to 'test/yaml/basic2/input.yaml')
-rw-r--r-- | test/yaml/basic2/input.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/yaml/basic2/input.yaml b/test/yaml/basic2/input.yaml new file mode 100644 index 0000000..ddc993a --- /dev/null +++ b/test/yaml/basic2/input.yaml @@ -0,0 +1,6 @@ +# Missing document start marker '---' +- 1 +- + 2 +- + 3 |