]> granicus.if.org Git - vim/commitdiff
patch 8.2.2859: Tcl test fails because of changed error message v8.2.2859
authorBram Moolenaar <Bram@vim.org>
Sun, 16 May 2021 18:06:59 +0000 (20:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 May 2021 18:06:59 +0000 (20:06 +0200)
Problem:    Tcl test fails because of changed error message.
Solution:   Adjust the expected error message.

src/testdir/test_tcl.vim
src/version.c

index b851ce86183d395e2fdd6945e18589b9b68c0f32..a4554bb8fcfdbbe6a2155635f90e743623f36252 100644 (file)
@@ -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
index 018e47dc5e38580ceef6dc49b9db3a1a1ea6670d..6a37ad5fff0f4eb420af7a713238123a2f30e17c 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2859,
 /**/
     2858,
 /**/