diff options
Diffstat (limited to 'tests/float/float1.py')
-rw-r--r-- | tests/float/float1.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/float/float1.py b/tests/float/float1.py index f670a63486..935375c476 100644 --- a/tests/float/float1.py +++ b/tests/float/float1.py @@ -13,6 +13,7 @@ print(float("1e1")) print(float("1e+1")) print(float("1e-1")) print(float("inf")) +print(float("-inf")) print(float("INF")) print(float("infinity")) print(float("INFINITY")) |