16 lines
302 B
YAML
16 lines
302 B
YAML
---
|
|
- name: Block scalar with more spaces than first content line
|
|
from: '@perlpunk'
|
|
tags: error folded comment scalar whitespace
|
|
fail: true
|
|
yaml: |
|
|
empty block scalar: >
|
|
␣
|
|
␣␣
|
|
␣␣␣
|
|
# comment
|
|
tree: |
|
|
+STR
|
|
+DOC
|
|
+MAP
|
|
=VAL :empty block scalar
|