]> git.proxmox.com Git - rustc.git/blob - src/llvm/test/YAMLParser/duplicate-merge-key.former-loader-error.data
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / test / YAMLParser / duplicate-merge-key.former-loader-error.data
1 # RUN: yaml-bench -canonical %s
2
3 ---
4 <<: {x: 1, y: 2}
5 foo: bar
6 <<: {z: 3, t: 4}