patch 8.2.3853: Vim9: not enough tests

Problem:    Vim9: not enough tests.
Solution:   Run more existing tests for Vim9 script.
diff --git a/src/version.c b/src/version.c
index 288b23a..0e41ec6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3853,
+/**/
     3852,
 /**/
     3851,