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