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

21 lines
367 B
YAML
Raw Normal View History

---
- name: Zero indented block scalar with line that looks like a comment
from: '@perlpunk'
tags: comment folded scalar
yaml: |
--- >
line1
# no comment
line3
tree: |
+STR
+DOC ---
=VAL >line1 # no comment line3\n
-DOC
-STR
json: |
"line1 # no comment line3\n"
dump: |
--- >
line1 # no comment line3