xref
: /
third_party
/
PyYAML
/
tests
/
data
/
duplicate-merge-key.former-loader-error.data
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/PyYAML/tests/data/
1
---
2
<<: {x: 1, y: 2}
3
foo: bar
4
<<: {z: 3, t: 4}
5