X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c67feaf04f473d863fbc3845e527d65847f911a9..a37abdcbc5d8828428cea8b9daca65d9ee0994b5:/tests/data/numeric_literals.py diff --git a/tests/data/numeric_literals.py b/tests/data/numeric_literals.py index 2dc64c7..b812ebf 100644 --- a/tests/data/numeric_literals.py +++ b/tests/data/numeric_literals.py @@ -6,6 +6,7 @@ x = .1 x = 1. x = 1E+1 x = 1E-1 +x = 1.00000001 x = 123456789.123456789 x = 123456789.123456789E123456789 x = 123456789E123456789 @@ -27,6 +28,7 @@ x = 0.1 x = 1.0 x = 1e1 x = 1e-1 +x = 1.000_000_01 x = 123_456_789.123_456_789 x = 123_456_789.123_456_789e123_456_789 x = 123_456_789e123_456_789