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

18 lines
247 B
YAML

---
- name: Missing colon
from: '@perlpunk'
tags: error mapping
fail: true
yaml: |
top1:
key1: val1
top2
tree: |
+STR
+DOC
+MAP
=VAL :top1
+MAP
=VAL :key1
=VAL :val1
-MAP