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

20 lines
520 B
YAML

---
- name: Spec Example 7.5. Double Quoted Line Breaks
from: http://www.yaml.org/spec/1.2/spec.html#id2787745
tags: double spec scalar whitespace upto-1.2
yaml: |
"folded␣
to a space,»
to a line feed, or »\
\ »non-content"
tree: |
+STR
+DOC
=VAL "folded to a space,\nto a line feed, or \t \tnon-content
-DOC
-STR
json: |
"folded to a space,\nto a line feed, or \t \tnon-content"
dump: |
"folded to a space,\nto a line feed, or \t \tnon-content"