blob: 127075f2b1d78ab159531d8e729da4b7924c0c35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
%YAML 1.1
---
- name: end-of-buffer-multiline #Issue 309 - https://github.com/dlang-community/D-YAML/issues/309
tree: |
+STR
+DOC
+MAP
=VAL :exp
=VAL |foobar
-MAP
-DOC
-STR
yaml: |-
exp: |
foobar
|