mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.2.4422: autochdir test fails on MS-Windows
Problem: Autochdir test fails on MS-Windows.
Solution: Expecta nother error on MS-Windows.
adbb383e0f
This commit is contained in:
parent
73cc729dbc
commit
9c04285057
@ -67,9 +67,9 @@ endfunc
|
|||||||
func Test_multibyte()
|
func Test_multibyte()
|
||||||
" using an invalid character should not cause a crash
|
" using an invalid character should not cause a crash
|
||||||
set wic
|
set wic
|
||||||
" E344 is thrown first, but v8.1.1183 hasn't been ported yet
|
" Except on Windows, E472 is also thrown last, but v8.1.1183 isn't ported yet
|
||||||
" call assert_fails('tc û<><C3BB><EFBFBD>¦*', 'E344:')
|
" call assert_fails('tc û<><C3BB><EFBFBD>¦*', has('win32') ? 'E480:' : 'E344:')
|
||||||
call assert_fails('tc û<><C3BB><EFBFBD>¦*', 'E472:')
|
call assert_fails('tc û<><C3BB><EFBFBD>¦*', has('win32') ? 'E480:' : 'E472:')
|
||||||
set nowic
|
set nowic
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user