xref
: /
third_party
/
PyYAML
/
tests
/
data
/
float-representer-2.3-bug.data
(revision a5f9918a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/PyYAML/tests/data/
1
#0.0: # hash(0) == hash(nan) and 0 == nan in Python 2.3
2
1.0: 1
3
+.inf: 10
4
-.inf
: -10
5
.nan: 100
6