blob: 44717e802c64b501ea5c49b720bef35b729920db (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
%YAML 1.1
---
- name: no-block-collection-end
fail: true
mark: { line: 3, column: 1 }
mark2: { line: 1, column: 1 }
error: "While parsing a block sequence, expected block end, but found: key"
yaml: |
- foo
- bar
baz: bar
|