mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 06:45:37 +00:00
test: normalise nvim bridge functions
- remove helpers.cur*meths - remove helpers.nvim
This commit is contained in:
@@ -341,7 +341,7 @@ describe('os.getenv', function()
|
||||
end)
|
||||
it('returns env var set by let', function()
|
||||
local value = 'foo'
|
||||
meths.nvim_command('let $XTEST_1 = "' .. value .. '"')
|
||||
command('let $XTEST_1 = "' .. value .. '"')
|
||||
eq(value, funcs.luaeval('os.getenv("XTEST_1")'))
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user