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:
committed by
Bram Moolenaar
parent
fe154990c1
commit
81b573d7e5
@@ -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',
|
||||
|
Reference in New Issue
Block a user