diff options
Diffstat (limited to 'src/ext_depends/D-YAML/test/spec 1.1/spec-09-21.yaml')
-rw-r--r-- | src/ext_depends/D-YAML/test/spec 1.1/spec-09-21.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/test/spec 1.1/spec-09-21.yaml b/src/ext_depends/D-YAML/test/spec 1.1/spec-09-21.yaml new file mode 100644 index 0000000..40f6e67 --- /dev/null +++ b/src/ext_depends/D-YAML/test/spec 1.1/spec-09-21.yaml @@ -0,0 +1,9 @@ +%YAML 1.1 +--- +- name: spec-09-21 + fail: true + mark: { line: 3, column: 2 } + mark2: { line: 1, column: 1 } + error: | + While parsing a block sequence, expected block end, but found: scalar + yaml: "- |\n \n text\n- >\n text\n text\n- |1\n text\n" |