diff --git a/unittest/main3.lua b/unittest/main3.lua index d27357b..5036dcd 100644 --- a/unittest/main3.lua +++ b/unittest/main3.lua @@ -11,12 +11,6 @@ local describe, it, expect = lust.describe, lust.it, lust.expect function parse(text) return mp:parse(text) - --local input = std.ref '@input' - --mp:push(text) - --mp:autoplay_inp() - --return input:text(text) - --return std.ref ('@mp_key '..tostring(text)) - --return std.call(mp, 'input:text', text) end function init()