Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | unittests/*/helpers: Fix testlint errors | ZyX | 2016-06-24 | |
| | ||||
* | fixup! unittests: Add tests for vim_to_object function | ZyX | 2016-06-24 | |
| | ||||
* | unittests: Add tests for vim_to_object function | ZyX | 2016-06-24 | |
| | ||||
* | Satisfy testlint. | KillTheMule | 2016-04-28 | |
| | | | | For that, make luatest ignore the preload.lua files. | |||
* | eval/encode: Make sure that encoder can encode NULL variables | ZyX | 2016-04-18 | |
| | | | | | | | | | Adds two undocumented v: variables: _null_list and _null_dict because I do not know a reproducible way to get such lists (though I think I heard about this) and dictionaries (do not remember hearing about them). NULL strings are obtained using $XXX_UNEXISTENT_VAR_XXX. Fixes crash in json_encode($XXX_UNEXISTENT_VAR_XXX). Other added tests worked fine before this commit. | |||
* | functests: Replace \xXX escapes with \DDD in lua code | ZyX | 2016-04-18 | |
| | ||||
* | eval/decode: Do not overflow when parsing `-` | ZyX | 2016-04-18 | |
| | | | Also makes if’s less nested. | |||
* | eval/decode: Make sure that error messages do not cause overflow | ZyX | 2016-04-18 | |
| | ||||
* | eval/decode: Make sure that parsing strings does not overflow | ZyX | 2016-04-18 | |
| | ||||
* | eval/decode: Avoid overflow when parsing incomplete null/true/false | ZyX | 2016-04-18 | |
| | | | | Note: second test does not crash or produce asan errors, even though it should. | |||
* | eval/encode: Fix writing strings starting with NL to list | ZyX | 2016-04-18 | |
Error [found][1] by oni-link. [1]: https://github.com/neovim/neovim/pull/4131/files#r52239384 |