A single dot is not a float value (fixes #62).
[pyyaml/python3.git] / tests / data / recursive.former-dumper-error
blob3c7cc2f849ec6f087c554be9b4aea2f84093a8b5
1 data = []
2 data.append(data)
3 dump(data)