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

22 lines
352 B
YAML

---
- name: Spec Example 6.9. Separated Comment
from: http://www.yaml.org/spec/1.2/spec.html#id2780342
tags: mapping spec comment
yaml: |
key: # Comment
value
tree: |
+STR
+DOC
+MAP
=VAL :key
=VAL :value
-MAP
-DOC
-STR
json: |
{
"key": "value"
}
dump: |
key: value