diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-04-04 08:30:55 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-04-04 09:37:40 +0800 |
commit | 1f038bc592282ca60982b288b4c4bc48fcb37839 (patch) | |
tree | dc880a0df19ba45c5ca1cc31d9185fc6d197c809 | |
parent | a973fa5b4397933e94d888d06e435a986fc4a218 (diff) | |
download | rneovim-1f038bc592282ca60982b288b4c4bc48fcb37839.tar.gz rneovim-1f038bc592282ca60982b288b4c4bc48fcb37839.tar.bz2 rneovim-1f038bc592282ca60982b288b4c4bc48fcb37839.zip |
test(old): fix test_spell.vim encoding
-rw-r--r-- | src/nvim/testdir/test_spell.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/test_spell.vim b/src/nvim/testdir/test_spell.vim index 1ecb5c8070..d3a11aebd8 100644 --- a/src/nvim/testdir/test_spell.vim +++ b/src/nvim/testdir/test_spell.vim @@ -407,7 +407,7 @@ func Test_zz_basic() \ ) call assert_equal("gebletegek", soundfold('goobledygoook')) - call assert_equal("kepereneven", 'kóopërÿnôven'->soundfold()) + call assert_equal("kepereneven", 'kóopërÿnôven'->soundfold()) call assert_equal("everles gesvets etele", soundfold('oeverloos gezwets edale')) endfunc @@ -588,7 +588,7 @@ func Test_zz_sal_and_addition() mkspell! Xtest Xtest set spl=Xtest.latin1.spl spell call assert_equal('kbltykk', soundfold('goobledygoook')) - call assert_equal('kprnfn', soundfold('kóopërÿnôven')) + call assert_equal('kprnfn', soundfold('kóopërÿnôven')) call assert_equal('*fls kswts tl', soundfold('oeverloos gezwets edale')) "also use an addition file |