1
0
forked from aniani/vim

patch 8.2.4892: test failures because of changed error messages

Problem:    Test failures because of changed error messages.
Solution:   Adjust the exptected error messages.
This commit is contained in:
Bram Moolenaar
2022-05-06 17:53:06 +01:00
parent b3c9077a5b
commit ec89223478
9 changed files with 14 additions and 12 deletions

View File

@@ -1527,7 +1527,7 @@ def Test_func_redefine_error()
source Xtestscript.vim
catch /E684/
# function name should contain <SNR> every time
assert_match('E684: list index out of range', v:exception)
assert_match('E684: List index out of range', v:exception)
assert_match('function <SNR>\d\+_Func, line 1', v:throwpoint)
endtry
endfor