mirror of
https://github.com/python/cpython.git
synced 2024-11-28 08:20:55 +01:00
a6e190e94b
* bpo-29505: Enable fuzz testing of the json module, enforce size limit on int(x) fuzz and json input size to avoid timeouts. Contributed by by Ammar Askar for Google.
41 lines
251 B
Plaintext
41 lines
251 B
Plaintext
"0"
|
|
",0"
|
|
":0"
|
|
"0:"
|
|
"-1.2e+3"
|
|
|
|
"true"
|
|
"false"
|
|
"null"
|
|
|
|
"\"\""
|
|
",\"\""
|
|
":\"\""
|
|
"\"\":"
|
|
|
|
"{}"
|
|
",{}"
|
|
":{}"
|
|
"{\"\":0}"
|
|
"{{}}"
|
|
|
|
"[]"
|
|
",[]"
|
|
":[]"
|
|
"[0]"
|
|
"[[]]"
|
|
|
|
"''"
|
|
"\\"
|
|
"\\b"
|
|
"\\f"
|
|
"\\n"
|
|
"\\r"
|
|
"\\t"
|
|
"\\u0000"
|
|
"\\x00"
|
|
"\\0"
|
|
"\\uD800\\uDC00"
|
|
"\\uDBFF\\uDFFF"
|
|
|