X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/368f043f138112f63ff521c3481993c589eb7508..773e4a22d58be1f1aa82df7ad9a0f4c4e1328c10:/tests/data/numeric_literals.py diff --git a/tests/data/numeric_literals.py b/tests/data/numeric_literals.py index 06b7f77..254da68 100644 --- a/tests/data/numeric_literals.py +++ b/tests/data/numeric_literals.py @@ -12,7 +12,7 @@ x = 123456789.123456789E123456789 x = 123456789E123456789 x = 123456789J x = 123456789.123456789J -x = 0Xb1aCc +x = 0XB1ACC x = 0B1011 x = 0O777 x = 0.000000006 @@ -36,7 +36,7 @@ x = 123456789.123456789e123456789 x = 123456789e123456789 x = 123456789j x = 123456789.123456789j -x = 0xb1acc +x = 0xB1ACC x = 0b1011 x = 0o777 x = 0.000000006