aboutsummaryrefslogtreecommitdiff
path: root/test/functional/shada/variables_spec.lua
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2016-01-06 22:33:56 +0300
committerZyX <kp-pav@yandex.ru>2016-01-07 00:54:57 +0300
commitefaf76e6238c7b109676575b41f637374f896cb8 (patch)
tree8dd89a6de2a39d3c82c15f837cccced11e0f3ae1 /test/functional/shada/variables_spec.lua
parentd26b01d4bd42c7cf6fc455406b3cfd696465f652 (diff)
downloadrneovim-efaf76e6238c7b109676575b41f637374f896cb8.tar.gz
rneovim-efaf76e6238c7b109676575b41f637374f896cb8.tar.bz2
rneovim-efaf76e6238c7b109676575b41f637374f896cb8.zip
functests: Update tests
Diffstat (limited to 'test/functional/shada/variables_spec.lua')
-rw-r--r--test/functional/shada/variables_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/shada/variables_spec.lua b/test/functional/shada/variables_spec.lua
index 22054db353..3becf1bc32 100644
--- a/test/functional/shada/variables_spec.lua
+++ b/test/functional/shada/variables_spec.lua
@@ -143,7 +143,7 @@ describe('ShaDa support code', function()
meths.set_var('U', '10')
nvim_command('set shada+=!')
set_additional_cmd('set shada+=!')
- eq('Vim(wshada):E475: Invalid argument: attempt to dump function reference',
+ eq('Vim(wshada):E951: Error while dumping variable g:F, itself: attempt to dump function reference',
exc_exec('wshada'))
meths.set_option('shada', '')
reset()
@@ -156,7 +156,7 @@ describe('ShaDa support code', function()
nvim_command('call add(L, L)')
meths.set_var('U', '10')
nvim_command('set shada+=!')
- eq('Vim(wshada):E475: Invalid argument: container references itself',
+ eq('Vim(wshada):E952: Unable to dump variable g:L: container references itself in index 0',
exc_exec('wshada'))
meths.set_option('shada', '')
set_additional_cmd('set shada+=!')