mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 8.2.2555: Vim9: missing test for 8.2.2553
Problem: Vim9: missing test for 8.2.2553. Solution: Add a simple test.
This commit is contained in:
@@ -258,6 +258,8 @@ def Test_block()
|
|||||||
assert_equal(2, inner)
|
assert_equal(2, inner)
|
||||||
}
|
}
|
||||||
assert_equal(1, outer)
|
assert_equal(1, outer)
|
||||||
|
|
||||||
|
{|echo 'yes'|}
|
||||||
enddef
|
enddef
|
||||||
|
|
||||||
def Test_block_failure()
|
def Test_block_failure()
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
2555,
|
||||||
/**/
|
/**/
|
||||||
2554,
|
2554,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user