diff options
Diffstat (limited to 'src/ext_depends/D-YAML/test/fetch-complex-value-bug.yaml')
-rw-r--r-- | src/ext_depends/D-YAML/test/fetch-complex-value-bug.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/test/fetch-complex-value-bug.yaml b/src/ext_depends/D-YAML/test/fetch-complex-value-bug.yaml new file mode 100644 index 0000000..d42ccb2 --- /dev/null +++ b/src/ext_depends/D-YAML/test/fetch-complex-value-bug.yaml @@ -0,0 +1,10 @@ +%YAML 1.1 +--- +- name: fetch-complex-value-bug + fail: true + mark: { line: 2, column: 2 } + mark2: { line: 1, column: 1 } + error: "While parsing a block mapping, expected block end, but found: blockMappingStart" + yaml: | + ? "foo" + : "bar" |