patch 8.2.3456: Vim9: not all functions are tested with empty string argument

Problem:    Vim9: Not all functions are tested with an empty string argument.
Solution:   Add tests with empty strings. (Yegappan Lakshmanan, closes #8915)
This commit is contained in:
Yegappan Lakshmanan
2021-09-26 19:04:05 +01:00
committed by Bram Moolenaar
parent 56858e4ed4
commit f8dbd58666
3 changed files with 81 additions and 5 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3456,
/**/
3455,
/**/