From ba8a90492b44c4a9ea4078be7af42129b70f1682 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sun, 28 Apr 2024 13:19:40 +0300 Subject: [PATCH] Uncomment one grammar test --- 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 8501006b7992625..c72f4387108ca81 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