saphyr-serde/parser/tests/yaml-test-suite/src/D49Q.yaml
2024-10-12 16:15:46 +02:00

15 lines
228 B
YAML

---
- 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