aboutsummaryrefslogtreecommitdiff
path: root/test/unit/eval
Commit message (Expand)AuthorAge
* unittest: Fix linter errorsZyX2017-01-07
* unittest: Add failing test for freeing dictionaries in a listZyX2017-01-07
* unittest: Add dict_items functionZyX2017-01-07
* unittest: Add failing test of freeing listsZyX2017-01-07
* unittest: Allow mocking allocator callsZyX2017-01-07
* unittests: Fix linter errorsZyX2017-01-03
* tests: Add tests for partials dumpingZyX2017-01-03
* build: Target luacheck HEAD.Justin M. Keyes2016-11-17
* unittests/*/helpers: Fix testlint errorsZyX2016-06-24
* fixup! unittests: Add tests for vim_to_object functionZyX2016-06-24
* unittests: Add tests for vim_to_object functionZyX2016-06-24
* Satisfy testlint.KillTheMule2016-04-28
* eval/encode: Make sure that encoder can encode NULL variablesZyX2016-04-18
* functests: Replace \xXX escapes with \DDD in lua codeZyX2016-04-18
* eval/decode: Do not overflow when parsing `-`ZyX2016-04-18
* eval/decode: Make sure that error messages do not cause overflowZyX2016-04-18
* eval/decode: Make sure that parsing strings does not overflowZyX2016-04-18
* eval/decode: Avoid overflow when parsing incomplete null/true/falseZyX2016-04-18
* eval/encode: Fix writing strings starting with NL to listZyX2016-04-18