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