neovim/test/unit
ZyX bda0165514 eval/encode: Make sure that encoder can encode NULL variables
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.
2016-04-18 02:48:20 +03:00
..
eval eval/encode: Make sure that encoder can encode NULL variables 2016-04-18 02:48:20 +03:00
fixtures queue: Implement a more flexible event queue 2015-08-13 08:46:21 -03:00
os misc: UNIX => Unix #4022 2016-01-16 18:34:31 -05:00
buffer_spec.lua buffer.c: change return type to bool 2016-04-03 15:39:33 -04:00
fileio_spec.lua test/unit: clean up according to luacheck 2015-11-23 13:57:21 +01:00
formatc.lua test/unit: clean up according to luacheck 2015-11-23 13:57:21 +01:00
garray_spec.lua test/unit: clean up according to luacheck 2015-11-23 13:57:21 +01:00
helpers.lua eval/encode: Fix writing strings starting with NL to list 2016-04-18 02:47:13 +03:00
mbyte_spec.lua mbyte_spec.lua: Fix indentation 2016-04-17 21:07:42 +02:00
path_spec.lua test/unit: clean up according to luacheck 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
preprocess.lua test/unit: clean up according to luacheck 2015-11-23 13:57:21 +01:00
profile_spec.lua test/unit: clean up according to luacheck 2015-11-23 13:57:21 +01:00
queue_spec.lua queue: Implement a more flexible event queue 2015-08-13 08:46:21 -03:00
rbuffer_spec.lua rbuffer: Reimplement as a ring buffer and decouple from rstream 2015-07-01 05:40:53 -03:00
set.lua test/unit: clean up according to luacheck 2015-11-23 13:57:21 +01:00
strings_spec.lua Tests: fix according to lualint 2016-02-02 20:23:12 +01:00
tempfile_spec.lua test: Ensure proper initialization in unit/helpers.lua 2015-07-01 05:40:53 -03:00