aboutsummaryrefslogtreecommitdiff
path: root/test/functional/shada/compatibility_spec.lua
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2016-04-13 09:24:29 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2016-04-13 09:24:29 -0300
commit982198143d3a6f5e9e4880b37206db6fbcb05c7c (patch)
treeb85f5789efce5713b5e5f05b27fda6166afb17c3 /test/functional/shada/compatibility_spec.lua
parentf47a20a266f89be31e20f727de59708759795345 (diff)
parentc18d5917e3442162f20eb9e95ba4bcffbbd8408b (diff)
downloadrneovim-982198143d3a6f5e9e4880b37206db6fbcb05c7c.tar.gz
rneovim-982198143d3a6f5e9e4880b37206db6fbcb05c7c.tar.bz2
rneovim-982198143d3a6f5e9e4880b37206db6fbcb05c7c.zip
Merge PR #4398 'Update lua client'
Diffstat (limited to 'test/functional/shada/compatibility_spec.lua')
-rw-r--r--test/functional/shada/compatibility_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/shada/compatibility_spec.lua b/test/functional/shada/compatibility_spec.lua
index 2ca0b16e75..774a1f1346 100644
--- a/test/functional/shada/compatibility_spec.lua
+++ b/test/functional/shada/compatibility_spec.lua
@@ -272,7 +272,7 @@ describe('ShaDa forward compatibility support code', function()
eq(0, exc_exec(sdrcmd(true)))
-- getreg may return empty list as list with NULL pointer which API
-- translates into nil for some reason.
- eq({}, funcs.getreg('a', 1, 1) or {})
+ eq(NIL, funcs.getreg('a', 1, 1) or {})
eq('', funcs.getregtype('a'))
nvim_command('wshada ' .. shada_fname)
local found = 0