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

20 lines
367 B
YAML

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