Skip to content

Commit 23d0371

Browse files
authored
Uncomment one grammar test (#118361)
1 parent 3c39f33 commit 23d0371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_grammar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def test_floats(self):
164164
x = 3.14
165165
x = 314.
166166
x = 0.314
167-
# XXX x = 000.314
167+
x = 000.314
168168
x = .314
169169
x = 3e14
170170
x = 3E14

0 commit comments

Comments
 (0)