mirror of
https://github.com/neovim/neovim.git
synced 2026-02-01 09:34:29 +00:00
test: fix
This commit is contained in:
committed by
Justin M. Keyes
parent
c168dc32b9
commit
bd8ef4ea24
@@ -1,6 +1,6 @@
|
||||
-- Test for a lot of variations of the 'fileformats' option
|
||||
|
||||
local helpers = require('test.functional.helpers')
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local feed, clear, execute = helpers.feed, helpers.clear, helpers.execute
|
||||
local eq, write_file = helpers.eq, helpers.write_file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user