blob: 16768091d7519f63c22a2f80a9a2770115d12efc [file] [edit]
---
- name: Empty Lines Between Mapping Elements
from: NimYAML tests
tags: whitespace mapping
yaml: |
one: 2
three: 4
tree: |
+STR
+DOC
+MAP
=VAL :one
=VAL :2
=VAL :three
=VAL :4
-MAP
-DOC
-STR
json: |
{
"one": 2,
"three": 4
}
dump: |
one: 2
three: 4