diff options
Diffstat (limited to 'test/yaml/invalids/3.yaml')
-rw-r--r-- | test/yaml/invalids/3.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/yaml/invalids/3.yaml b/test/yaml/invalids/3.yaml new file mode 100644 index 0000000..cf14ffe --- /dev/null +++ b/test/yaml/invalids/3.yaml @@ -0,0 +1,4 @@ +--- +- a +c # sequence element is expected, but not found. +- b |