mirror of
https://github.com/vim/vim.git
synced 2025-10-27 09:24:23 -04:00
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:
committed by
Bram Moolenaar
parent
2c23670300
commit
923dce2b07
@@ -205,7 +205,7 @@ func Test_empty_html_tag()
|
||||
normal 0f<vitsaaa
|
||||
call assert_equal('aaa', getline(1))
|
||||
|
||||
" selecting a tag block in an non-empty blank line should fail
|
||||
" selecting a tag block in a non-empty blank line should fail
|
||||
call setline(1, ' ')
|
||||
call assert_beeps('normal $vaty')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user