mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-08 15:33:33 +00:00
6 lines
171 B
Lua
6 lines
171 B
Lua
|
-- https://www.json.org/JSON_checker/test.zip
|
||
|
-- JSON parsing sample test case: fail17.json
|
||
|
assert(false == pcall(DecodeJson, [[
|
||
|
[ "Illegal backslash escape: \017"]
|
||
|
]]))
|