Skip to content

Commit

Permalink
patch 8.2.2859: Tcl test fails because of changed error message
Browse files Browse the repository at this point in the history
Problem:    Tcl test fails because of changed error message.
Solution:   Adjust the expected error message.
  • Loading branch information
brammool committed May 16, 2021
1 parent 6b02b38 commit dcfc311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testdir/test_tcl.vim
Expand Up @@ -145,7 +145,7 @@ func Test_vim_expr()

call assert_fails('tcl ::vim::expr x y',
\ '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

" Test ::vim::command
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -750,6 +750,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2859,
/**/
2858,
/**/
Expand Down

0 comments on commit dcfc311

Please sign in to comment.