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

25 lines
383 B
YAML

---
- name: Spec Example 6.11. Multi-Line Comments
from: http://www.yaml.org/spec/1.2/spec.html#id2780696
tags: spec comment
yaml: |
key: # Comment
# lines
value
tree: |
+STR
+DOC
+MAP
=VAL :key
=VAL :value
-MAP
-DOC
-STR
json: |
{
"key": "value"
}
dump: |
key: value