executor: Add :luado command

This commit is contained in:
ZyX
2017-01-29 18:40:39 +03:00
parent b4e2860c69
commit 9114d9be77
4 changed files with 129 additions and 5 deletions

View File

@@ -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)