1
0
forked from aniani/vim

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

@@ -51,7 +51,7 @@ func Test_digraphs()
call Put_Dig("'e")
call Put_Dig("b'") " not defined
call assert_equal(["á", "é", "'"], getline(line('.')-2,line('.')))
" Cicumflex
" Circumflex
call Put_Dig("a>")
call Put_Dig(">e")
call Put_Dig("b>") " not defined