vim-patch:8.1.1858: test for multi-byte mapping fails on some systems

Problem:    Test for multi-byte mapping fails on some systems.
Solution:   Test in another way.
2f710afe7f
This commit is contained in:
Jan Edmund Lazo
2019-08-16 21:20:45 -04:00
parent 4aa3473b88
commit 0455af00e6

View File

@@ -231,7 +231,7 @@ endfunc
func Test_map_meta_multibyte() func Test_map_meta_multibyte()
imap <M-á> foo imap <M-á> foo
call assert_equal('foo', maparg("\<M-á>", 'i')) call assert_match('i <M-á>\s*foo', execute('imap'))
iunmap <M-á> iunmap <M-á>
endfunc endfunc