aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/run-parser-crash-bug.yaml
blob: 0a1a56e4b389f1903d5e17321f04cd77926c6207 (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
25
26
27
28
29
%YAML 1.1
---
- name: run-parser-crash-bug
  tree: |
    +STR
    +DOC ---
    +SEQ
    =VAL :Harry Potter and the Prisoner of Azkaban
    =VAL :Harry Potter and the Goblet of Fire
    =VAL :Harry Potter and the Order of the Phoenix
    -SEQ
    -DOC
    +DOC ---
    +SEQ
    =VAL :Memoirs Found in a Bathtub
    =VAL :Snow Crash
    =VAL :Ghost World
    -SEQ
    -DOC
    -STR
  yaml: |
    ---
    - Harry Potter and the Prisoner of Azkaban
    - Harry Potter and the Goblet of Fire
    - Harry Potter and the Order of the Phoenix
    ---
    - Memoirs Found in a Bathtub
    - Snow Crash
    - Ghost World