patch 8.2.1453: Vim9: failure to compile lambda not tested

Problem:    Vim9: failure to compile lambda not tested.
Solution:   Add a test case.
diff --git a/src/version.c b/src/version.c
index 842af41..cebea64 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1453,
+/**/
     1452,
 /**/
     1451,