summaryrefslogtreecommitdiffstatshomepage
path: root/test/unit/eval/decode_spec.lua
AgeCommit message (Expand)AuthorFiles
2025-03-03refactor(messages): simplify message historyLuuk van Baal1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2023-12-04build: enable lintlua for test/unit/ dir #26396Justin M. Keyes1
2017-04-09unittests: Fix linter errorZyX1
2017-04-08unittests: Do not alter p_enc in decode unit testZyX1
2017-03-29eval: Split eval.c into smaller filesZyX1
2017-03-11unittests: Fix linter errorsZyX1
2017-03-11unittests: Do not import libnvim or headers in main processZyX1
2017-03-11unittests: Check core dumps in after_each, like in functestsZyX1
2017-03-11unittests: Run all unit tests in their own processesZyX1
2016-11-17build: Target luacheck HEAD.Justin M. Keyes1
2016-04-18functests: Replace \xXX escapes with \DDD in lua codeZyX1
2016-04-18eval/decode: Do not overflow when parsing `-`ZyX1
2016-04-18eval/decode: Make sure that error messages do not cause overflowZyX1
2016-04-18eval/decode: Make sure that parsing strings does not overflowZyX1
2016-04-18eval/decode: Avoid overflow when parsing incomplete null/true/falseZyX1