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

26 lines
383 B
YAML
Raw Normal View History

---
- 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