Files
nel/tests/test.lua
2026-03-08 18:59:45 +00:00

5 lines
98 B
Lua

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