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

21 lines
418 B
YAML

---
- name: Spec Example 2.13. In literals, newlines are preserved
from: http://www.yaml.org/spec/1.2/spec.html#id2759963
tags: spec scalar literal comment
yaml: |
# ASCII Art
--- |
\//||\/||
// || ||__
tree: |
+STR
+DOC ---
=VAL |\\//||\\/||\n// || ||__\n
-DOC
-STR
json: |
"\\//||\\/||\n// || ||__\n"
dump: |
--- |
\//||\/||
// || ||__