mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-02 04:23:34 +00:00
6 lines
148 B
Lua
6 lines
148 B
Lua
|
-- https://www.json.org/JSON_checker/test.zip
|
||
|
-- JSON parsing sample test case: fail33.json
|
||
|
assert(false == pcall(DecodeJson, [[
|
||
|
[ "mismatch"}
|
||
|
]]))
|