mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test(old): fix test_spell.vim encoding
This commit is contained in:
parent
a973fa5b43
commit
1f038bc592
@ -407,7 +407,7 @@ func Test_zz_basic()
|
|||||||
\ )
|
\ )
|
||||||
|
|
||||||
call assert_equal("gebletegek", soundfold('goobledygoook'))
|
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'))
|
call assert_equal("everles gesvets etele", soundfold('oeverloos gezwets edale'))
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
@ -588,7 +588,7 @@ func Test_zz_sal_and_addition()
|
|||||||
mkspell! Xtest Xtest
|
mkspell! Xtest Xtest
|
||||||
set spl=Xtest.latin1.spl spell
|
set spl=Xtest.latin1.spl spell
|
||||||
call assert_equal('kbltykk', soundfold('goobledygoook'))
|
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'))
|
call assert_equal('*fls kswts tl', soundfold('oeverloos gezwets edale'))
|
||||||
|
|
||||||
"also use an addition file
|
"also use an addition file
|
||||||
|
Loading…
Reference in New Issue
Block a user