mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
added another test
This commit is contained in:
parent
208eff0d9e
commit
8e3dc90e08
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ def test_single_bytes_literal():
|
|||
|
||||
def test_float_literals():
|
||||
cases = ['0.0', '.0', '0.', '1e10', '1.e42', '0.1e42', '0.5e-42',
|
||||
'5E10']
|
||||
'5E10', '5e+42']
|
||||
for s in cases:
|
||||
yield check_token, s, ['FLOAT_LITERAL', s, 1, 0]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue