saphyr-serde/parser/tests/yaml-test-suite/src/D49Q.yaml

16 lines
228 B
YAML
Raw Normal View History

---
- name: Multiline single quoted implicit keys
from: '@perlpunk'
tags: error single mapping
fail: true
yaml: |
'a\nb': 1
'c
d': 1
tree: |
+STR
+DOC
+MAP
=VAL 'a\\nb
=VAL :1