mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
patch 8.2.3172: MzScheme test fails
Problem: MzScheme test fails. (Christian Brabandt) Solution: Correct function name.
This commit is contained in:
@@ -1662,7 +1662,7 @@ def Test_mzeval()
|
|||||||
if !has('mzscheme')
|
if !has('mzscheme')
|
||||||
CheckFeature mzscheme
|
CheckFeature mzscheme
|
||||||
endif
|
endif
|
||||||
CheckDefAndScriptFailure2(['mzscheme(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E730: Using a List as a String')
|
CheckDefAndScriptFailure2(['mzeval(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E730: Using a List as a String')
|
||||||
enddef
|
enddef
|
||||||
|
|
||||||
def Test_nextnonblank()
|
def Test_nextnonblank()
|
||||||
|
@@ -755,6 +755,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 */
|
||||||
|
/**/
|
||||||
|
3172,
|
||||||
/**/
|
/**/
|
||||||
3171,
|
3171,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user