mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 15:38:22 +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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
|
- "flake"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
|
|
|
@ -124,6 +124,9 @@ res, err = DecodeJson([[
|
||||||
{"k":{"k":{"k":{"k":0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
|
{"k":{"k":{"k":{"k":0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
|
||||||
}}}}}}}}}
|
}}}}}}}}}
|
||||||
]])
|
]])
|
||||||
|
if not res then
|
||||||
|
print('wut', err)
|
||||||
|
end
|
||||||
assert(res)
|
assert(res)
|
||||||
|
|
||||||
-- 64 objects
|
-- 64 objects
|
||||||
|
|
Loading…
Add table
Reference in a new issue