0
0
mirror of https://github.com/vim/vim.git synced 2025-10-05 05:34:07 -04:00

patch 8.2.4611: typos in tests; one lua line not covered by test

Problem:    Typos in tests; one lua line not covered by test.
Solution:   Fix typos. Add test case. (Dominique Pellé, closes #9994)
This commit is contained in:
Dominique Pelle
2022-03-22 21:14:55 +00:00
committed by Bram Moolenaar
parent fe154990c1
commit 81b573d7e5
14 changed files with 40 additions and 28 deletions

View File

@@ -799,7 +799,7 @@ func Test_matchstr_with_ze()
bwipe!
endfunc
" Check a pattern with a look beind crossing a line boundary
" Check a pattern with a look behind crossing a line boundary
func Test_lookbehind_across_line()
new
call append(0, ['Behind:', 'asdfasd<yyy', 'xxstart1', 'asdfasd<yy',