Add more unit tests for error messages.
[pyyaml/python3.git] / tests / data / recursive.dumper-error
blob3c7cc2f849ec6f087c554be9b4aea2f84093a8b5
1 data = []
2 data.append(data)
3 dump(data)