comparison src/testdir/test_digraph.vim @ 28171:b4c111ea83b1 v8.2.4611

patch 8.2.4611: typos in tests; one lua line not covered by test Commit: https://github.com/vim/vim/commit/81b573d7e55bd48988f298ce8e652d902e9bdeba Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Tue Mar 22 21:14:55 2022 +0000 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 https://github.com/vim/vim/issues/9994)
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Mar 2022 22:30:03 +0100
parents ea0820d05257
children 25e3121ed316
comparison
equal deleted inserted replaced
28170:e882a67c742e 28171:b4c111ea83b1
49 " Acute accent 49 " Acute accent
50 call Put_Dig("a'") 50 call Put_Dig("a'")
51 call Put_Dig("'e") 51 call Put_Dig("'e")
52 call Put_Dig("b'") " not defined 52 call Put_Dig("b'") " not defined
53 call assert_equal(["á", "é", "'"], getline(line('.')-2,line('.'))) 53 call assert_equal(["á", "é", "'"], getline(line('.')-2,line('.')))
54 " Cicumflex 54 " Circumflex
55 call Put_Dig("a>") 55 call Put_Dig("a>")
56 call Put_Dig(">e") 56 call Put_Dig(">e")
57 call Put_Dig("b>") " not defined 57 call Put_Dig("b>") " not defined
58 call assert_equal(['â', 'ê', '>'], getline(line('.')-2,line('.'))) 58 call assert_equal(['â', 'ê', '>'], getline(line('.')-2,line('.')))
59 " Tilde 59 " Tilde