Patch 8.2.2858 (after 8.2.2857)
Problem: Test fails because of changed error message.
Solution: Adjust the expected error message.
Files: src/testdir/test_ex_mode.vim
*** ../vim-8.2.2857/src/testdir/test_ex_mode.vim 2021-04-07
19:42:53.966200626 +0200
--- src/testdir/test_ex_mode.vim 2021-05-16 16:18:30.432935543 +0200
***************
*** 154,162 ****
let bsl = '\\\\'
let bsl2 = '\\\'
call assert_fails('call feedkeys("Qecho " .. bsl .. "\nvisual\n", "xt")',
! \ "E15: Invalid expression: \\\\")
call assert_fails('call feedkeys("Qecho " .. bsl2 .. "\nm\nvisual\n",
"xt")',
! \ "E15: Invalid expression: \\\nm")
endfunc
func Test_ex_mode_errors()
--- 154,162 ----
let bsl = '\\\\'
let bsl2 = '\\\'
call assert_fails('call feedkeys("Qecho " .. bsl .. "\nvisual\n", "xt")',
! \ 'E15: Invalid expression: "\\"')
call assert_fails('call feedkeys("Qecho " .. bsl2 .. "\nm\nvisual\n",
"xt")',
! \ "E15: Invalid expression: \"\\\nm\"")
endfunc
func Test_ex_mode_errors()
*** ../vim-8.2.2857/src/version.c 2021-05-16 15:24:45.654704709 +0200
--- src/version.c 2021-05-16 16:17:50.021108532 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2858,
/**/
--
Facepalm statement #8: "Drive faster, the petrol is running out"
/// 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/202105161420.14GEKGMn3585577%40masaka.moolenaar.net.