mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.1216: startup test fails
Problem: Startup test fails. Solution: Adjust expected values for deleted lines.
This commit is contained in:
@@ -299,7 +299,7 @@ func Test_q_arg()
|
|||||||
if RunVim([], after, '-q')
|
if RunVim([], after, '-q')
|
||||||
let lines = readfile('Xtestout')
|
let lines = readfile('Xtestout')
|
||||||
call assert_equal(['errors.err',
|
call assert_equal(['errors.err',
|
||||||
\ '[0, 208, 5, 0]',
|
\ '[0, 208, 1, 0]',
|
||||||
\ source_file . "|208 col 5| error: expected ';' before '}' token"],
|
\ source_file . "|208 col 5| error: expected ';' before '}' token"],
|
||||||
\ lines)
|
\ lines)
|
||||||
endif
|
endif
|
||||||
@@ -311,7 +311,7 @@ func Test_q_arg()
|
|||||||
if RunVim([], after, '-q Xerrors')
|
if RunVim([], after, '-q Xerrors')
|
||||||
let lines = readfile('Xtestout')
|
let lines = readfile('Xtestout')
|
||||||
call assert_equal(['Xerrors',
|
call assert_equal(['Xerrors',
|
||||||
\ '[0, 208, 5, 0]',
|
\ '[0, 208, 1, 0]',
|
||||||
\ source_file . "|208 col 5| error: expected ';' before '}' token"],
|
\ source_file . "|208 col 5| error: expected ';' before '}' token"],
|
||||||
\ lines)
|
\ lines)
|
||||||
endif
|
endif
|
||||||
@@ -321,7 +321,7 @@ func Test_q_arg()
|
|||||||
if RunVim([], after, '-qXerrors')
|
if RunVim([], after, '-qXerrors')
|
||||||
let lines = readfile('Xtestout')
|
let lines = readfile('Xtestout')
|
||||||
call assert_equal(['Xerrors',
|
call assert_equal(['Xerrors',
|
||||||
\ '[0, 208, 5, 0]',
|
\ '[0, 208, 1, 0]',
|
||||||
\ source_file . "|208 col 5| error: expected ';' before '}' token"],
|
\ source_file . "|208 col 5| error: expected ';' before '}' token"],
|
||||||
\ lines)
|
\ lines)
|
||||||
endif
|
endif
|
||||||
|
@@ -754,6 +754,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1216,
|
||||||
/**/
|
/**/
|
||||||
1215,
|
1215,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user