mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.2697: function list test fails
Problem: Function list test fails. Solution: Add missing function. (Yegappan Lakshmanan)
This commit is contained in:
parent
f65ed86f6f
commit
0df6030145
@ -1003,6 +1003,7 @@ Testing: *test-functions*
|
|||||||
assert_true() assert that an expression is true
|
assert_true() assert that an expression is true
|
||||||
assert_exception() assert that a command throws an exception
|
assert_exception() assert that a command throws an exception
|
||||||
assert_beeps() assert that a command beeps
|
assert_beeps() assert that a command beeps
|
||||||
|
assert_nobeep() assert that a command does not cause a beep
|
||||||
assert_fails() assert that a command fails
|
assert_fails() assert that a command fails
|
||||||
assert_report() report a test failure
|
assert_report() report a test failure
|
||||||
test_alloc_fail() make memory allocation fail
|
test_alloc_fail() make memory allocation fail
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
2697,
|
||||||
/**/
|
/**/
|
||||||
2696,
|
2696,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user