5 lines
98 B
Lua
5 lines
98 B
Lua
print("doing some tests")
|
|
local function test(file,result)
|
|
|
|
end
|
|
test("print.nel",[[hello world!]]) |