1
0
forked from aniani/vim

patch 8.2.2859: Tcl test fails because of changed error message

Problem:    Tcl test fails because of changed error message.
Solution:   Adjust the expected error message.
This commit is contained in:
Bram Moolenaar
2021-05-16 20:06:59 +02:00
parent 6b02b38ed0
commit dcfc311198
2 changed files with 3 additions and 1 deletions

View File

@@ -145,7 +145,7 @@ func Test_vim_expr()
call assert_fails('tcl ::vim::expr x y', call assert_fails('tcl ::vim::expr x y',
\ 'wrong # args: should be "::vim::expr vimExpr"') \ 'wrong # args: should be "::vim::expr vimExpr"')
call assert_fails('tcl ::vim::expr 1-', 'E15: Invalid expression: 1-') call assert_fails('tcl ::vim::expr 1-', 'E15: Invalid expression: "1-"')
endfunc endfunc
" Test ::vim::command " Test ::vim::command

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2859,
/**/ /**/
2858, 2858,
/**/ /**/