summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-02 06:03:49 (GMT)
committerGitHub <noreply@github.com>2024-05-02 06:03:49 (GMT)
commit29be35c0ab9495d75e283c15335eafe1b5e20fa8 (patch)
tree64d3c5fd31dfea19def0074542a022e48471562b
parent9ec7ddd8267b1246a760092127987d4dfcf02d5c (diff)
downloadcpython-29be35c0ab9495d75e283c15335eafe1b5e20fa8.zip
cpython-29be35c0ab9495d75e283c15335eafe1b5e20fa8.tar.gz
cpython-29be35c0ab9495d75e283c15335eafe1b5e20fa8.tar.bz2
[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 <mail@sobolevn.me>
-rw-r--r--Lib/test/test_grammar.py2
1 files changed, 1 insertions, 1 deletions
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