Files
nel/tests/test.lua
2026-03-29 11:46:50 +01:00

9 lines
107 B
Lua

print("doing some tests")
local function test(file,result)
end
test("print.nel",[[hello world!]])
do
end