Make compose() and load() ensure that the input stream contains a single document...
[pyyaml/python3.git] / tests / data / recursive-list.recursive
blob27a4ae502854adcc225478a7a5a256ea967b9510
1 value = []
2 value.append(value)