neovim/test/functional
Thiago de Arruda 96af115c71 Normalize nan/-nan in plugin/msgpack_spec.lua
-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.
2016-03-07 13:08:48 -03:00
..
api Remove dependency on ffi module 2016-03-07 03:58:29 -03:00
autocmd Tests: add autocmd_spec.lua 2016-03-02 12:37:50 +01:00
clipboard test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
eval eval: add v:event, which will contain data events want to propagate to their receivers. 2016-02-29 16:06:41 +01:00
ex_cmds encoding: update tests 2016-01-02 23:22:13 +01:00
ex_getln functests: Refactor tests: 2015-10-08 22:01:12 +03:00
fixtures functests: Make sure that setting scrollback size works from TermOpen 2016-02-28 07:34:36 +03:00
job job control: add tests for 'jobpid' and 'detach' 2016-01-20 11:09:29 +01:00
legacy Rewrite hexadecimal escape sequences as decimal in lua strings 2016-03-07 03:58:35 -03:00
normal test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
plugin Normalize nan/-nan in plugin/msgpack_spec.lua 2016-03-07 13:08:48 -03:00
provider test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
server Remove dependency on ffi module 2016-03-07 03:58:29 -03:00
shada test: shada_spec: resolve symlink 2016-02-12 00:03:39 +09:00
shell test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
terminal Rewrite hexadecimal escape sequences as decimal in lua strings 2016-03-07 03:58:35 -03:00
ui Tests: fix according to lualint 2016-02-29 13:48:59 +01:00
viml Tests: check error messages from set{qf,loc}list() 2016-03-02 15:09:39 +01:00
dict_notifications_spec.lua eval: Implement dictionary change notifications 2015-11-09 09:43:30 -03:00
helpers.lua Remove goto statement in lua code. 2016-03-07 03:58:35 -03:00
preload.lua Remove dependency on ffi module 2016-03-07 03:58:29 -03:00