saphyr-serde/parser/tests/yaml-test-suite/src/6S55.yaml

19 lines
273 B
YAML
Raw Normal View History

---
- name: Invalid scalar at the end of sequence
from: '@perlpunk'
tags: error mapping sequence
fail: true
yaml: |
key:
- bar
- baz
invalid
tree: |
+STR
+DOC
+MAP
=VAL :key
+SEQ
=VAL :bar
=VAL :baz