saphyr-serde/parser/tests/yaml-test-suite/src/9C9N.yaml

18 lines
248 B
YAML
Raw Normal View History

---
- name: Wrong indented flow sequence
from: '@perlpunk'
tags: error flow indent sequence
fail: true
yaml: |
---
flow: [a,
b,
c]
tree: |
+STR
+DOC ---
+MAP
=VAL :flow
+SEQ []
=VAL :a