1
0
Fork 0
arangodb/js/node/node_modules/js-yaml/test/unsupported/float-representer-2.3-bug.code

8 lines
96 B
Plaintext

{
# 0.0: 0,
1.0: 1,
1e300000: +10,
-1e300000: -10,
1e300000/1e300000: 100,
}