aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/095_regexp_multibyte_spec.lua
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2015-06-30 11:32:14 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2015-09-08 10:54:31 +0200
commitffff2c9c47e63f1764ca743810a259d607f75104 (patch)
tree820bbb33a041793b198416210adf1d15ec295ac2 /test/functional/legacy/095_regexp_multibyte_spec.lua
parente99368104ac5883742c44f8d21692af878257d7b (diff)
downloadrneovim-ffff2c9c47e63f1764ca743810a259d607f75104.tar.gz
rneovim-ffff2c9c47e63f1764ca743810a259d607f75104.tar.bz2
rneovim-ffff2c9c47e63f1764ca743810a259d607f75104.zip
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>
Diffstat (limited to 'test/functional/legacy/095_regexp_multibyte_spec.lua')
-rw-r--r--test/functional/legacy/095_regexp_multibyte_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/095_regexp_multibyte_spec.lua b/test/functional/legacy/095_regexp_multibyte_spec.lua
index a72fb669d2..559222e2ff 100644
--- a/test/functional/legacy/095_regexp_multibyte_spec.lua
+++ b/test/functional/legacy/095_regexp_multibyte_spec.lua
@@ -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'])