1 2 3 4 5 6 7 8 9 10 11 12
%YAML 1.1 --- - name: recursive-alias fail: true mark: { line: 2, column: 8 } mark2: { line: 1, column: 4 } error: | Unable to load test/recursive-alias.yaml#recursive-alias:yaml: Found recursive alias: anchor yaml: | a: &anchor { b: *anchor }