comparison src/testdir/test_vim9_script.vim @ 34678:75f7b311ee25 v9.1.0220

patch 9.1.0220: Few typos in source and test files Commit: https://github.com/vim/vim/commit/c029c131ea7822514d67edb9be2de76d076aa267 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Mar 28 11:37:26 2024 +0100 patch 9.1.0220: Few typos in source and test files Problem: Typos in code and tests. Solution: Fix typos (zeertzjq). closes: #14321 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Mar 2024 11:45:02 +0100
parents c4ad4778946c
children af48c532bd88
comparison
equal deleted inserted replaced
34677:ed56f31f1054 34678:75f7b311ee25
4904 defcompile 4904 defcompile
4905 END 4905 END
4906 v9.CheckSourceFailure(lines, 'E1059: No white space allowed before colon: :number in range(10)', 2) 4906 v9.CheckSourceFailure(lines, 'E1059: No white space allowed before colon: :number in range(10)', 2)
4907 enddef 4907 enddef
4908 4908
4909 " This test used to cause an use-after-free memory access 4909 " This test used to cause a use-after-free memory access
4910 def Test_for_empty_line_after_lambda() 4910 def Test_for_empty_line_after_lambda()
4911 var lines =<< trim END 4911 var lines =<< trim END
4912 vim9script 4912 vim9script
4913 echomsg range(0, 2)->map((_, v) => { 4913 echomsg range(0, 2)->map((_, v) => {
4914 return 1 4914 return 1