mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.1660: assert functions require passing expected as first argument
Problem: Assert functions require passing expected result as the first argument, which isn't obvious. Solution: Use a method, as in "runtest()->assert_equal(expected)".
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -750,6 +750,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 */
|
||||||
|
/**/
|
||||||
|
1660,
|
||||||
/**/
|
/**/
|
||||||
1659,
|
1659,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user