0
0
mirror of https://github.com/vim/vim.git synced 2025-10-03 05:14:07 -04:00

patch 8.2.4036: Vim9: script test file is getting too long

Problem:    Vim9: script test file is getting too long.
Solution:   Split the import/export functionality to a separate file.
This commit is contained in:
Bram Moolenaar
2022-01-07 21:39:52 +00:00
parent 48d0ac775c
commit d844862bce
4 changed files with 1074 additions and 1059 deletions

View File

@@ -37,6 +37,7 @@ TEST_VIM9 = \
test_vim9_expr \ test_vim9_expr \
test_vim9_fails \ test_vim9_fails \
test_vim9_func \ test_vim9_func \
test_vim9_import \
test_vim9_script test_vim9_script
TEST_VIM9_RES = \ TEST_VIM9_RES = \
@@ -47,6 +48,7 @@ TEST_VIM9_RES = \
test_vim9_expr.res \ test_vim9_expr.res \
test_vim9_fails.res \ test_vim9_fails.res \
test_vim9_func.res \ test_vim9_func.res \
test_vim9_import.res \
test_vim9_script.res test_vim9_script.res
# Benchmark scripts. # Benchmark scripts.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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 */
/**/
4036,
/**/ /**/
4035, 4035,
/**/ /**/