mirror of
https://github.com/neovim/neovim.git
synced 2026-07-17 22:51:20 +00:00
vim-patch:8.2.3024: execute() function test fails
Problem: execute() function test fails.
Solution: Adjust test for different error.
2fb1b89d72
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -58,6 +58,11 @@ func CheckDefExecAndScriptFailure(lines, error, lnum = -3)
|
||||
return
|
||||
endfunc
|
||||
|
||||
" As CheckDefExecAndScriptFailure() but with two different expected errors.
|
||||
func CheckDefExecAndScriptFailure2(lines, errorDef, errorScript, lnum = -3)
|
||||
return
|
||||
endfunc
|
||||
|
||||
" Check that "lines" inside a legacy function has no error.
|
||||
func CheckLegacySuccess(lines)
|
||||
let cwd = getcwd()
|
||||
|
||||
Reference in New Issue
Block a user