X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/bbf38400ceef34119e63c18c71e3316040a90a59..e293473ea9c6a4408d4eb489d9d61fc87dbec639:/tests/data/numeric_literals_py2.py diff --git a/tests/data/numeric_literals_py2.py b/tests/data/numeric_literals_py2.py index 8f85c43f..8b2c7faa 100644 --- a/tests/data/numeric_literals_py2.py +++ b/tests/data/numeric_literals_py2.py @@ -3,7 +3,7 @@ x = 123456789L x = 123456789l x = 123456789 -x = 0xb1acc +x = 0xB1aCc # output @@ -13,4 +13,4 @@ x = 0xb1acc x = 123456789L x = 123456789L x = 123456789 -x = 0xB1ACC +x = 0xb1acc