X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7d032fa848c8910007a0a41c1ba61d70d2846f48..00e7e12a3a412ea386806d5d4eeaed345e912940:/tests/data/numeric_literals_skip_underscores.py diff --git a/tests/data/numeric_literals_skip_underscores.py b/tests/data/numeric_literals_skip_underscores.py index f83e233..e345bb9 100644 --- a/tests/data/numeric_literals_skip_underscores.py +++ b/tests/data/numeric_literals_skip_underscores.py @@ -3,7 +3,7 @@ x = 123456789 x = 1_2_3_4_5_6_7 x = 1E+1 -x = 0xb1AcC +x = 0xb1acc x = 0.00_00_006 x = 12_34_567J x = .1_2 @@ -16,8 +16,8 @@ x = 1_2. x = 123456789 x = 1_2_3_4_5_6_7 x = 1e1 -x = 0xb1acc +x = 0xB1ACC x = 0.00_00_006 x = 12_34_567j x = 0.1_2 -x = 1_2.0 +x = 1_2.0 \ No newline at end of file