neovim/test/functional
Thiago de Arruda c6ec148f2d Rewrite hexadecimal escape sequences as decimal in lua strings
The hexadecimal notation is a Luajit extension which is not compatible with Lua
5.1. While Lua 5.2 does support hexadecimal sequences, it is better to target
Lua 5.1 for maximum compatibility with Luajit(which has fully compatible with
5.1 API/ABI).
2016-03-07 03:58:35 -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 eval: Do not use msgpack#string for error messages 2016-01-07 00:54:58 +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 dependency on ffi module 2016-03-07 03:58:29 -03:00
preload.lua Remove dependency on ffi module 2016-03-07 03:58:29 -03:00