mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Fix ljson stack check
This commit is contained in:
parent
4901e1b8cb
commit
bcdd5c5f74
2 changed files with 4 additions and 0 deletions
|
@ -124,6 +124,9 @@ res, err = DecodeJson([[
|
|||
{"k":{"k":{"k":{"k":0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
|
||||
}}}}}}}}}
|
||||
]])
|
||||
if not res then
|
||||
print('wut', err)
|
||||
end
|
||||
assert(res)
|
||||
|
||||
-- 64 objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue