mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
test: rename (meths, funcs) -> (api, fn)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local clear = helpers.clear
|
||||
local eq = helpers.eq
|
||||
local environ = helpers.funcs.environ
|
||||
local exists = helpers.funcs.exists
|
||||
local system = helpers.funcs.system
|
||||
local environ = helpers.fn.environ
|
||||
local exists = helpers.fn.exists
|
||||
local system = helpers.fn.system
|
||||
local nvim_prog = helpers.nvim_prog
|
||||
local command = helpers.command
|
||||
local eval = helpers.eval
|
||||
local setenv = helpers.funcs.setenv
|
||||
local setenv = helpers.fn.setenv
|
||||
|
||||
describe('environment variables', function()
|
||||
it('environ() handles empty env variable', function()
|
||||
|
Reference in New Issue
Block a user