Commit db54db2b authored by Robert Bradshaw's avatar Robert Bradshaw

Large literal int + double test.

parent d8952731
......@@ -62,3 +62,10 @@ def test_complex(x):
True
"""
return x == 0.3333333333333333j
def test_large_int(double x):
"""
>>> test_large_int(0)
1e+100
"""
return x + 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment