]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Uncomment one grammar test (GH-118361) (#118385)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 May 2024 06:03:49 +0000 (08:03 +0200)
committerGitHub <noreply@github.com>
Thu, 2 May 2024 06:03:49 +0000 (06:03 +0000)
Uncomment one grammar test (GH-118361)
(cherry picked from commit 23d0371bb99b1df183c36883e256f82fdf6a4bea)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
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