From 29be35c0ab9495d75e283c15335eafe1b5e20fa8 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 2 May 2024 08:03:49 +0200 Subject: [3.12] Uncomment one grammar test (GH-118361) (#118385) Uncomment one grammar test (GH-118361) (cherry picked from commit 23d0371bb99b1df183c36883e256f82fdf6a4bea) Co-authored-by: Nikita Sobolev --- Lib/test/test_grammar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_grammar.py b/Lib/test/test_grammar.py index 8501006..c72f438 100644 --- a/Lib/test/test_grammar.py +++ b/Lib/test/test_grammar.py @@ -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 -- cgit v0.12