diff options
Diffstat (limited to 'tests/basics/int1.py')
-rw-r--r-- | tests/basics/int1.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basics/int1.py b/tests/basics/int1.py index f4e4c3f096..a010a32e0a 100644 --- a/tests/basics/int1.py +++ b/tests/basics/int1.py @@ -78,6 +78,7 @@ test('0b2', 2) test('0o8', 8) test('0xg', 16) test('1 1', 16) +test('123', 37) # check that we don't parse this as a floating point number print(0x1e+1) |