aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/fetch-complex-value-bug.yaml
blob: d42ccb2da7eb890ea1c22d206d08eefc7af7ab52 (plain)
1
2
3
4
5
6
7
8
9
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"