test59: Make "syntax off" explicit, as default may change with #2675

Helped-By: Felipe Morales <hel.sheep@gmail.com>
This commit is contained in:
Björn Linse 2015-08-20 14:40:03 +02:00
parent d4fae57a4c
commit f666b2cb12

View File

@ -8,6 +8,7 @@ local write_file = helpers.write_file
describe("spell checking with 'encoding' set to utf-8", function()
setup(function()
clear()
execute("syntax off")
-- This file should be encoded in ISO8859-1.
write_file('Xtest1.aff',
'SET ISO8859-1\n' ..