summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics')
-rw-r--r--tests/basics/tests/int1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basics/tests/int1.py b/tests/basics/tests/int1.py
index d766216d44..6f3e3f272c 100644
--- a/tests/basics/tests/int1.py
+++ b/tests/basics/tests/int1.py
@@ -38,7 +38,7 @@ def test(value, base):
test(' 1x', 0)
-test(' 1\02 ', 0)
+test(' 1' + chr(2) + ' ', 0)
test('', 0)
test(' ', 0)
test(' \t\t ', 0)