mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 07:02:46 +00:00
executor: Add :luado command
This commit is contained in:
@@ -36,7 +36,7 @@ describe('luaeval()', function()
|
||||
it('is successfully received', function()
|
||||
local t = {t=true, f=false, --[[n=NIL,]] d={l={'string', 42, 0.42}}}
|
||||
eq(t, funcs.luaeval("_A", t))
|
||||
-- Not tested: nil, funcrefs, returned object identity: behaviour will
|
||||
-- Not tested: nil, funcrefs, returned object identity: behaviour will
|
||||
-- most likely change.
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user