mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
encoding: Update handling of encoding in tests
Always run tests with encoding=utf-8, regardless of user locale Don't set &encoding after startup in tests Helped-By: Michael Reed <m.reed@mykolab.com>
This commit is contained in:
@@ -10,7 +10,6 @@ describe('utf8', function()
|
||||
it('is working', function()
|
||||
insert('start:')
|
||||
|
||||
execute('set encoding=utf-8')
|
||||
execute('new')
|
||||
execute('call setline(1, ["aaa", "あああ", "bbb"])')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user