mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.4651: test fails because path differs
Problem: Test fails because path differs. Solution: Only compare the tail of the path.
This commit is contained in:
@@ -334,7 +334,7 @@ def Test_disassemble_import_autoload()
|
||||
var res = execute('disass AutoloadFunc')
|
||||
assert_match('<SNR>\d*_AutoloadFunc.*' ..
|
||||
'echo XimportAL.SomeFunc()\_s*' ..
|
||||
'\d SOURCE /home/mool/vim/vim82/src/testdir/XimportAL.vim\_s*' ..
|
||||
'\d SOURCE .*/testdir/XimportAL.vim\_s*' ..
|
||||
'\d PUSHFUNC "<80><fd>R\d\+_SomeFunc"\_s*' ..
|
||||
'\d PCALL top (argc 0)\_s*' ..
|
||||
'\d PCALL end\_s*' ..
|
||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4651,
|
||||
/**/
|
||||
4650,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user