aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/remove-possible-simple-key-bug.yaml
blob: ca4943f13b774593375012e1884b3c02d749dfd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
%YAML 1.1
---
- name: remove-possible-simple-key-bug
  fail: true
  mark: { line: 2, column: 4 }
  mark2: { line: 2, column: 1 }
  error: "While scanning a simple key, could not find expected ':'"
  yaml: |
    foo: &A bar
    *A ]    # The ']' indicator triggers remove_possible_simple_key,
            # which should raise an error.