diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/legacy/wordcount_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/legacy/wordcount_spec.lua b/test/functional/legacy/wordcount_spec.lua index 64f1fe7851..ba7be8f21b 100644 --- a/test/functional/legacy/wordcount_spec.lua +++ b/test/functional/legacy/wordcount_spec.lua @@ -11,6 +11,8 @@ describe('wordcount', function() it('is working', function() execute('set selection=inclusive') execute('fileformat=unix') + execute('fileformats=unix') + insert([=[ RESULT test:]=]) |