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

15 lines
254 B
YAML
Raw Normal View History

---
- name: Anchor and alias as mapping key
from: '@perlpunk'
tags: error anchor alias mapping
fail: true
yaml: |
key1: &alias value1
&b *alias : value2
tree: |
+STR
+DOC
+MAP
=VAL :key1
=VAL &alias :value1