Patch 8.2.2859 (after 8.2.2857)
Problem: Tcl test fails because of changed error message.
Solution: Adjust the expected error message.
Files: src/testdir/test_tcl.vim
*** ../vim-8.2.2858/src/testdir/test_tcl.vim 2020-07-11 22:49:56.047213793
+0200
--- src/testdir/test_tcl.vim 2021-05-16 20:05:05.061312828 +0200
***************
*** 145,151 ****
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-')
endfunc
" Test ::vim::command
--- 145,151 ----
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-"')
endfunc
" Test ::vim::command
*** ../vim-8.2.2858/src/version.c 2021-05-16 16:19:33.764664477 +0200
--- src/version.c 2021-05-16 20:05:34.817171738 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2859,
/**/
--
Facepalm reply #9: "Speed up, you can drive 80 here" "Why, the cars behind us
are also driving 60"
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202105161807.14GI7SXd3627905%40masaka.moolenaar.net.