blob: e2f7e20eeca0a3442232c5d88295308f15b33624 (
plain)
1
2
3
4
5
6
7
8
9
10
|
%YAML 1.1
---
- name: no-document-start
fail: true
mark: { line: 3, column: 1 }
error: "Expected document start but found blockMappingStart"
yaml: |
%YAML 1.1
# no ---
foo: bar
|