xref
: /
external
/
llvm
/
test
/
YAMLParser
/
duplicate-merge-key.former-loader-error.test
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# RUN: yaml-bench -canonical %s
2
3
---
4
<<: {x: 1, y: 2}
5
foo: bar
6
<<: {z: 3, t: 4}
7