]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Uncomment one grammar test (#118361)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 29 Apr 2024 11:16:51 +0000 (14:16 +0300)
committerGitHub <noreply@github.com>
Mon, 29 Apr 2024 11:16:51 +0000 (14:16 +0300)
Lib/test/test_grammar.py

index 8501006b79926251e20379e4d4a05d49373e6ee8..c72f4387108ca81fa82feb1043ba74651817fad9 100644 (file)
@@ -164,7 +164,7 @@ class TokenTests(unittest.TestCase):
         x = 3.14
         x = 314.
         x = 0.314
-        # XXX x = 000.314
+        x = 000.314
         x = .314
         x = 3e14
         x = 3E14