functests: Fix legacy/wordcount_spec

Another test where bug was hidden by execute().
This commit is contained in:
ZyX 2017-04-09 02:36:49 +03:00
parent bd84bf8c81
commit 444cab3731

View File

@ -12,9 +12,7 @@ describe('wordcount', function()
before_each(clear)
it('is working', function()
command('set selection=inclusive')
command('fileformat=unix')
command('fileformats=unix')
command('set selection=inclusive fileformat=unix fileformats=unix')
insert([=[
RESULT test:]=])