Imported Upstream version 3.10
[platform/upstream/python-PyYAML.git] / tests / data / float-representer-2.3-bug.code
1 {
2 #    0.0: 0,
3     1.0: 1,
4     1e300000: +10,
5     -1e300000: -10,
6     1e300000/1e300000: 100,
7 }