diff options
Diffstat (limited to 'tests/cmdline/cmd_parsetree.py')
-rw-r--r-- | tests/cmdline/cmd_parsetree.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cmdline/cmd_parsetree.py b/tests/cmdline/cmd_parsetree.py index 5f698eeae..da36c8070 100644 --- a/tests/cmdline/cmd_parsetree.py +++ b/tests/cmdline/cmd_parsetree.py @@ -9,3 +9,4 @@ c = 'a very long str that will not be interned' d = b'bytes' e = b'a very long bytes that will not be interned' f = 123456789012345678901234567890 +g = 123 |