aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/scan-document-end-bug.yaml
blob: 4839c883653002b44613636d7a6a4b97eae518f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
%YAML 1.1
---
- name: scan-document-end-bug
  yaml: |-
    # Ticket #4
    ---
    ...
  tree: |
    +STR
      +DOC ---
        =VAL :
      -DOC ...
    -STR
- name: scan-document-end-bug-canonical
  yaml: |
    %YAML 1.1
    ---
    !!null ""
  tree: |
    +STR
      +DOC ---
        =VAL <tag:yaml.org,2002:null> "
      -DOC
    -STR