mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +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:
@@ -15,7 +15,7 @@ describe('regex with multi-byte', function()
|
||||
Results of test95:]])
|
||||
|
||||
source([=[
|
||||
set encoding=utf-8 nomore
|
||||
set nomore
|
||||
let tl = []
|
||||
|
||||
call add(tl, [2, '[[:alpha:][=a=]]\+', '879 aiaãâaiuvna ', 'aiaãâaiuvna'])
|
||||
|
Reference in New Issue
Block a user