mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Fix ljson stack check
This commit is contained in:
parent
4901e1b8cb
commit
bcdd5c5f74
2 changed files with 4 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "master"
|
||||
- "flake"
|
||||
pull_request:
|
||||
branches:
|
||||
- "master"
|
||||
|
|
|
@ -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
Reference in a new issue