Patch 8.2.1216
Problem: Startup test fails.
Solution: Adjust expected values for deleted lines.
Files: src/testdir/test_startup.vim
*** ../vim-8.2.1215/src/testdir/test_startup.vim 2020-05-31
21:27:58.335221898 +0200
--- src/testdir/test_startup.vim 2020-07-15 01:36:23.009951842 +0200
***************
*** 299,305 ****
if RunVim([], after, '-q')
let lines = readfile('Xtestout')
call assert_equal(['errors.err',
! \ '[0, 208, 5, 0]',
\ source_file . "|208 col 5| error: expected ';' before
'}' token"],
\ lines)
endif
--- 299,305 ----
if RunVim([], after, '-q')
let lines = readfile('Xtestout')
call assert_equal(['errors.err',
! \ '[0, 208, 1, 0]',
\ source_file . "|208 col 5| error: expected ';' before
'}' token"],
\ lines)
endif
***************
*** 311,317 ****
if RunVim([], after, '-q Xerrors')
let lines = readfile('Xtestout')
call assert_equal(['Xerrors',
! \ '[0, 208, 5, 0]',
\ source_file . "|208 col 5| error: expected ';' before
'}' token"],
\ lines)
endif
--- 311,317 ----
if RunVim([], after, '-q Xerrors')
let lines = readfile('Xtestout')
call assert_equal(['Xerrors',
! \ '[0, 208, 1, 0]',
\ source_file . "|208 col 5| error: expected ';' before
'}' token"],
\ lines)
endif
***************
*** 321,327 ****
if RunVim([], after, '-qXerrors')
let lines = readfile('Xtestout')
call assert_equal(['Xerrors',
! \ '[0, 208, 5, 0]',
\ source_file . "|208 col 5| error: expected ';' before
'}' token"],
\ lines)
endif
--- 321,327 ----
if RunVim([], after, '-qXerrors')
let lines = readfile('Xtestout')
call assert_equal(['Xerrors',
! \ '[0, 208, 1, 0]',
\ source_file . "|208 col 5| error: expected ';' before
'}' token"],
\ lines)
endif
*** ../vim-8.2.1215/src/version.c 2020-07-14 23:02:38.184781049 +0200
--- src/version.c 2020-07-15 01:37:16.857798596 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1216,
/**/
--
Giving a commit hash to refer to a patch is like giving longitude and
lattitude to refer to a city.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202007142338.06ENc5a23182543%40masaka.moolenaar.net.