X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5f9eb9e4f7baa35cb87eb3f8a9fed81f1195a72e..cd4295dd9888f491cfd9aae060d7832b7f831b24:/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 e345bb9..f83e233 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 \ No newline at end of file +x = 1_2.0