aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/undefined-tag-handle.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext_depends/D-YAML/test/undefined-tag-handle.yaml')
-rw-r--r--src/ext_depends/D-YAML/test/undefined-tag-handle.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/test/undefined-tag-handle.yaml b/src/ext_depends/D-YAML/test/undefined-tag-handle.yaml
new file mode 100644
index 0000000..15eccbd
--- /dev/null
+++ b/src/ext_depends/D-YAML/test/undefined-tag-handle.yaml
@@ -0,0 +1,16 @@
+%YAML 1.1
+---
+- name: undefined-tag-handle
+ fail: true
+ mark: { line: 1, column: 5 }
+ mark2: { line: 1, column: 5 }
+ error: "While parsing a node, found undefined tag handle: !foo!"
+ yaml: |
+ --- !foo!bar baz
+- name: undefined-tag-handle-2
+ fail: true
+ mark: { line: 1, column: 9 }
+ mark2: { line: 1, column: 1 }
+ error: "While parsing a node, found undefined tag handle: !foo!"
+ yaml: |-
+ &anchor !foo!bar value