diff options
Diffstat (limited to 'test/functional/plugin/tohtml_spec.lua')
| -rw-r--r-- | test/functional/plugin/tohtml_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/plugin/tohtml_spec.lua b/test/functional/plugin/tohtml_spec.lua index afd4169006..0cc199609c 100644 --- a/test/functional/plugin/tohtml_spec.lua +++ b/test/functional/plugin/tohtml_spec.lua @@ -159,6 +159,7 @@ local function test_generates_html(guifont, expect_font) local out_file = api.nvim_buf_get_name(api.nvim_get_current_buf()) eq({ + '<!-- vim: set nomodeline: -->', '<!DOCTYPE html>', '<html>', '<head>', @@ -212,6 +213,7 @@ describe(':TOhtml', function() n.command('2,2TOhtml') local out_file = api.nvim_buf_get_name(api.nvim_get_current_buf()) eq({ + '<!-- vim: set nomodeline: -->', '<!DOCTYPE html>', '<html>', '<head>', |