24 lines
278 B
YAML
24 lines
278 B
YAML
|
---
|
||
|
- name: Multiline Scalar at Top Level
|
||
|
from: NimYAML tests
|
||
|
tags: scalar whitespace 1.3-err
|
||
|
yaml: |
|
||
|
a
|
||
|
b␣␣
|
||
|
c
|
||
|
d
|
||
|
|
||
|
e
|
||
|
tree: |
|
||
|
+STR
|
||
|
+DOC
|
||
|
=VAL :a b c d\ne
|
||
|
-DOC
|
||
|
-STR
|
||
|
json: |
|
||
|
"a b c d\ne"
|
||
|
dump: |
|
||
|
'a b c d
|
||
|
|
||
|
e'
|