From 69f37968ab29e963d9163a7e72eca81bff17e3b7 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 7 Aug 2013 06:33:09 +0200 Subject: Adding LuaHandle support. --- tests/test2.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/test2.lua (limited to 'tests/test2.lua') diff --git a/tests/test2.lua b/tests/test2.lua new file mode 100644 index 0000000..d023ba5 --- /dev/null +++ b/tests/test2.lua @@ -0,0 +1,6 @@ +function test2() + local i = Input.new "tests/test1.lua" + i:open() + i:close() + i:destroy() +end -- cgit v1.2.3