mirror of
https://github.com/python/cpython.git
synced 2025-11-12 07:02:33 +00:00
Uncomment one grammar test (#118361)
This commit is contained in:
parent
3c39f335cb
commit
23d0371bb9
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ class TokenTests(unittest.TestCase):
|
||||||
x = 3.14
|
x = 3.14
|
||||||
x = 314.
|
x = 314.
|
||||||
x = 0.314
|
x = 0.314
|
||||||
# XXX x = 000.314
|
x = 000.314
|
||||||
x = .314
|
x = .314
|
||||||
x = 3e14
|
x = 3e14
|
||||||
x = 3E14
|
x = 3E14
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue