Add Python JSON tests (#407)

This commit is contained in:
Gautham 2022-05-14 01:32:15 +05:30 committed by GitHub
parent d25a67f4eb
commit f6df29cc3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 536 additions and 345 deletions

View file

@ -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',