FAILURE STATE
This commit is contained in:
7
test/files/lua-include/include/test.lua
Normal file
7
test/files/lua-include/include/test.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
local test = {}
|
||||
|
||||
test.render = function(std)
|
||||
return std.h2("Hello, World!")
|
||||
end
|
||||
|
||||
return test
|
||||
Reference in New Issue
Block a user