diff options
Diffstat (limited to 'test/functional/lua/commands_spec.lua')
-rw-r--r-- | test/functional/lua/commands_spec.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/lua/commands_spec.lua b/test/functional/lua/commands_spec.lua index 1fd01cfd5a..fb55611198 100644 --- a/test/functional/lua/commands_spec.lua +++ b/test/functional/lua/commands_spec.lua @@ -207,7 +207,8 @@ describe(':lua', function() -- ":{range}lua" fails on invalid Lua code. eq( - [[:{range}lua: Vim(lua):E5107: Error loading lua [string ":{range}lua"]:0: '=' expected near '<eof>']], + [[:{range}lua buffer=1: Vim(lua):E5107: Error loading lua ]] + .. [[[string ":{range}lua buffer=1"]:0: '=' expected near '<eof>']], pcall_err(command, '1lua') ) |