Fix ljson stack check

This commit is contained in:
Justine Tunney 2022-07-14 06:35:20 -07:00
parent 4901e1b8cb
commit bcdd5c5f74
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- "master" - "master"
- "flake"
pull_request: pull_request:
branches: branches:
- "master" - "master"

View file

@ -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