aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-09-21.yaml
blob: 40f6e67e35a1044705abcea51d0017c9ef16ddc6 (plain)
1
2
3
4
5
6
7
8
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"