diff options
-rw-r--r-- | test/functional/legacy/059_utf8_spell_checking_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/legacy/059_utf8_spell_checking_spec.lua b/test/functional/legacy/059_utf8_spell_checking_spec.lua index 4e9ef19a3f..e93cacf2c5 100644 --- a/test/functional/legacy/059_utf8_spell_checking_spec.lua +++ b/test/functional/legacy/059_utf8_spell_checking_spec.lua @@ -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' .. |