neovim/test/functional
oni-link 8373aaf44e helpers.c: Handle msgpack str/bin objects with length 0 correctly
When converting a msgpack object to a String object, strings (and byte
arrays) with length 0 are handled as errors. This is fixed by
always using the msgpack data pointer as a valid pointer. For a NULL
pointer there is nothing to copy.

Test by @snoe

Fixes #3844
2015-12-21 00:23:53 +01:00
..
api helpers.c: Handle msgpack str/bin objects with length 0 correctly 2015-12-21 00:23:53 +01:00
autocmd test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
clipboard test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
eval test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
ex_cmds test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
ex_getln functests: Refactor tests: 2015-10-08 22:01:12 +03:00
fixtures clipboard: support clipboard=unnamedplus,unnamed 2015-08-07 13:06:13 +02:00
job test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
legacy vim-patch:7.4.803 2015-12-13 13:06:48 +01:00
normal test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
plugin Test: remove artifacts from root directory 2015-12-01 20:46:13 +01:00
provider test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
server test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
shada shada: Continue dumping when variables failed to dump 2015-12-18 19:29:49 +03:00
shell test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
terminal test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
ui test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
viml test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
dict_notifications_spec.lua eval: Implement dictionary change notifications 2015-11-09 09:43:30 -03:00
helpers.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
preload.lua tests: prevent busted from reloading the ffi module and others 2015-03-01 15:25:39 -05:00