Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: Eliminate plugin/helpers.lua | Justin M. Keyes | 2019-08-05 |
| | |||
* | functests: Add tests | ZyX | 2018-09-06 |
| | |||
* | Merge #7623 'man.vim: highlight bold, underlined text' | Justin M. Keyes | 2018-01-09 |
| | |||
* | plugin/msgpack: Support character constants like '\0' | ZyX | 2017-01-04 |
| | |||
* | functests: Check logs in lua code | ZyX | 2016-06-10 |
| | | | | | | It is otherwise impossible to determine which test failed sanitizer/valgrind check. test/functional/helpers.lua module return was changed so that tests which do not provide after_each function to get new check will automatically fail. | ||
* | Satisfy testlint. | KillTheMule | 2016-04-28 |
| | | | | For that, make luatest ignore the preload.lua files. | ||
* | functests: Make json_functions_spec use new NIL where appropriate | ZyX | 2016-04-18 |
| | |||
* | runtime/msgpack: Add support for special values | ZyX | 2016-04-18 |
| | |||
* | Normalize nan/-nan in plugin/msgpack_spec.lua | Thiago de Arruda | 2016-03-07 |
| | | | | | | | -NaN doesn't exist in the IEEE 754 spec, it is a hardware-specific detail abstracted away by luajit(and not by lua or nvim), so there's no need to test it. Normalize all tests that involve -nan so the suite will be compatible with both Lua and Luajit. | ||
* | functests: Do not run some tests if there is no -NaN | ZyX | 2015-11-01 |
| | |||
* | runtime: Add autoload/msgpack.vim helper file | ZyX | 2015-11-01 |