Skip to content

Commit

Permalink
Uncomment one grammar test (#118361)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Apr 29, 2024
1 parent 3c39f33 commit 23d0371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_grammar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23d0371

Please sign in to comment.