mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.2727: function test fails
Problem: Function test fails. Solution: Adjust expected error number.
This commit is contained in:
@@ -150,7 +150,7 @@ func Test_default_arg()
|
||||
call assert_equal(res['0'], 1)
|
||||
|
||||
call assert_fails("call MakeBadFunc()", 'E989:')
|
||||
call assert_fails("fu F(a=1 ,) | endf", 'E475:')
|
||||
call assert_fails("fu F(a=1 ,) | endf", 'E1068:')
|
||||
|
||||
let d = Args2(7, v:none, 9)
|
||||
call assert_equal([7, 2, 9], [d.a, d.b, d.c])
|
||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2727,
|
||||
/**/
|
||||
2726,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user