YouCompleteMe/cpp/llvm/test/YAMLParser/duplicate-merge-key.former-loader-error.data
2012-07-05 17:51:06 -07:00

7 lines
80 B
Plaintext

# RUN: yaml-bench -canonical %s
---
<<: {x: 1, y: 2}
foo: bar
<<: {z: 3, t: 4}