X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/cc48bc56caa79b0d605e80302c32be0457cfde39..08f1cdd00b4876b2a0545d46981924d5873a3289:/tests/data/numeric_literals_py2.py diff --git a/tests/data/numeric_literals_py2.py b/tests/data/numeric_literals_py2.py index 107c39b..d2db7b0 100644 --- a/tests/data/numeric_literals_py2.py +++ b/tests/data/numeric_literals_py2.py @@ -1,6 +1,7 @@ #!/usr/bin/env python2.7 x = 123456789L +x = 123456789l x = 123456789 # output @@ -8,5 +9,6 @@ x = 123456789 #!/usr/bin/env python2.7 -x = 123456789l +x = 123456789L +x = 123456789L x = 123456789