1
0
forked from aniani/vim

patch 8.2.3637: typos in test files

Problem:    Typos in test files.
Solution:   Correct the typos. (Dominique Pellé, closes #9175)
This commit is contained in:
Dominique Pelle
2021-11-21 11:36:04 +00:00
committed by Bram Moolenaar
parent 2c23670300
commit 923dce2b07
21 changed files with 39 additions and 38 deletions

View File

@@ -2149,7 +2149,7 @@ def Test_import_compile_error()
try
source Ximport.vim
catch /E1001/
# Error should be fore the Xexported.vim file.
# Error should be before the Xexported.vim file.
assert_match('E1001: Variable not found: notDefined', v:exception)
assert_match('function <SNR>\d\+_ImpFunc\[1\]..<SNR>\d\+_ExpFunc, line 1', v:throwpoint)
endtry
@@ -4579,7 +4579,7 @@ def ProfiledNestedProfiled()
Nested()
enddef
" Execute this near the end, profiling doesn't stop until Vim exists.
" Execute this near the end, profiling doesn't stop until Vim exits.
" This only tests that it works, not the profiling output.
def Test_xx_profile_with_lambda()
CheckFeature profile