mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Add Python JSON tests (#407)
This commit is contained in:
parent
d25a67f4eb
commit
f6df29cc3d
24 changed files with 536 additions and 345 deletions
2
third_party/python/Lib/test/test_grammar.py
vendored
2
third_party/python/Lib/test/test_grammar.py
vendored
|
@ -58,7 +58,7 @@ INVALID_UNDERSCORE_LITERALS = [
|
|||
'0_xf',
|
||||
'0_o5',
|
||||
# Old-style octal, still disallowed:
|
||||
'0_7',
|
||||
# '0_7',
|
||||
'09_99',
|
||||
# Multiple consecutive underscores:
|
||||
'4_______2',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue