saphyr-serde/parser/tests/yaml-test-suite/src/6KGN.yaml

29 lines
405 B
YAML
Raw Normal View History

---
- name: Anchor for empty node
from: https://github.com/nodeca/js-yaml/issues/301
tags: alias anchor
yaml: |
---
a: &anchor
b: *anchor
tree: |
+STR
+DOC ---
+MAP
=VAL :a
=VAL &anchor :
=VAL :b
=ALI *anchor
-MAP
-DOC
-STR
json: |
{
"a": null,
"b": null
}
dump: |
---
a: &anchor
b: *anchor