llvm-for-llvmta/test/YAMLParser/duplicate-merge-key.former-...

7 lines
80 B
Plaintext
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
# RUN: yaml-bench -canonical %s
---
<<: {x: 1, y: 2}
foo: bar
<<: {z: 3, t: 4}