diff options
Diffstat (limited to 'src/ext_depends/D-YAML/test/multiline.yaml')
| -rw-r--r-- | src/ext_depends/D-YAML/test/multiline.yaml | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/src/ext_depends/D-YAML/test/multiline.yaml b/src/ext_depends/D-YAML/test/multiline.yaml new file mode 100644 index 0000000..127075f --- /dev/null +++ b/src/ext_depends/D-YAML/test/multiline.yaml @@ -0,0 +1,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 | 
