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:
Jan Edmund Lazo
2026-04-18 22:10:20 -04:00
parent cb4eb1b33b
commit 9ded2fb7c8
2 changed files with 6 additions and 1 deletions

View File

@@ -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()