aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/run-parser-crash-bug.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext_depends/D-YAML/test/run-parser-crash-bug.yaml')
-rw-r--r--src/ext_depends/D-YAML/test/run-parser-crash-bug.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/test/run-parser-crash-bug.yaml b/src/ext_depends/D-YAML/test/run-parser-crash-bug.yaml
new file mode 100644
index 0000000..0a1a56e
--- /dev/null
+++ b/src/ext_depends/D-YAML/test/run-parser-crash-bug.yaml
@@ -0,0 +1,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