forked from aniani/vim
patch 8.2.2858: test fails because of changed error message
Problem: Test fails because of changed error message. Solution: Adjust the expected error message.
This commit is contained in:
@@ -154,9 +154,9 @@ func Test_Ex_echo_backslash()
|
||||
let bsl = '\\\\'
|
||||
let bsl2 = '\\\'
|
||||
call assert_fails('call feedkeys("Qecho " .. bsl .. "\nvisual\n", "xt")',
|
||||
\ "E15: Invalid expression: \\\\")
|
||||
\ 'E15: Invalid expression: "\\"')
|
||||
call assert_fails('call feedkeys("Qecho " .. bsl2 .. "\nm\nvisual\n", "xt")',
|
||||
\ "E15: Invalid expression: \\\nm")
|
||||
\ "E15: Invalid expression: \"\\\nm\"")
|
||||
endfunc
|
||||
|
||||
func Test_ex_mode_errors()
|
||||
|
||||
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2858,
|
||||
/**/
|
||||
2857,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user