forked from aniani/vim
patch 7.4.1284
Problem: Test 49 fails. Solution: Check for a different error message.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
" Vim script language tests
|
" Vim script language tests
|
||||||
" Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
|
" Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
|
||||||
" Last Change: 2016 Jan 02
|
" Last Change: 2016 Feb 07
|
||||||
|
|
||||||
"-------------------------------------------------------------------------------
|
"-------------------------------------------------------------------------------
|
||||||
" Test environment {{{1
|
" Test environment {{{1
|
||||||
@@ -5749,8 +5749,7 @@ function! F()
|
|||||||
if !caught && !$VIMNOERRTHROW
|
if !caught && !$VIMNOERRTHROW
|
||||||
Xpath 8192 " X: 0
|
Xpath 8192 " X: 0
|
||||||
endif
|
endif
|
||||||
if caught ? !MSG('E55', 'Unmatched \\)')
|
if !MSG('E475', "Invalid argument")
|
||||||
\ : !MSG('E475', "Invalid argument")
|
|
||||||
Xpath 16384 " X: 0
|
Xpath 16384 " X: 0
|
||||||
endif
|
endif
|
||||||
if !caught
|
if !caught
|
||||||
|
@@ -747,6 +747,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 */
|
||||||
|
/**/
|
||||||
|
1284,
|
||||||
/**/
|
/**/
|
||||||
1283,
|
1283,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user