mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test/old: skip enc=latin1 tests
This commit is contained in:
parent
682d5ff8e6
commit
fe7a53f3cf
@ -234,6 +234,7 @@ endfunc
|
|||||||
|
|
||||||
"Test with SAL instead of SOFO items; test automatic reloading
|
"Test with SAL instead of SOFO items; test automatic reloading
|
||||||
func Test_zz_sal_and_addition()
|
func Test_zz_sal_and_addition()
|
||||||
|
throw 'skipped: Nvim does not support enc=latin1'
|
||||||
set enc=latin1
|
set enc=latin1
|
||||||
set spellfile=
|
set spellfile=
|
||||||
call writefile(g:test_data_dic1, "Xtest.dic")
|
call writefile(g:test_data_dic1, "Xtest.dic")
|
||||||
@ -281,6 +282,7 @@ func Test_zeq_crash()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func LoadAffAndDic(aff_contents, dic_contents)
|
func LoadAffAndDic(aff_contents, dic_contents)
|
||||||
|
throw 'skipped: Nvim does not support enc=latin1'
|
||||||
set enc=latin1
|
set enc=latin1
|
||||||
set spellfile=
|
set spellfile=
|
||||||
call writefile(a:aff_contents, "Xtest.aff")
|
call writefile(a:aff_contents, "Xtest.aff")
|
||||||
|
Loading…
Reference in New Issue
Block a user