From 23d0371bb99b1df183c36883e256f82fdf6a4bea Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Mon, 29 Apr 2024 14:16:51 +0300 Subject: [PATCH] Uncomment one grammar test (#118361) --- 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 8501006b799262..c72f4387108ca8 100644 --- a/Lib/test/test_grammar.py +++ b/Lib/test/test_grammar.py @@ -164,7 +164,7 @@ def test_floats(self): x = 3.14 x = 314. x = 0.314 - # XXX x = 000.314 + x = 000.314 x = .314 x = 3e14 x = 3E14