Template:Documentation/preload-module-testcases
< Template:Documentation
Jump to navigation
Jump to search
Revision as of 14:19, 15 March 2013 by test>TheDJ (template)
-- For example unit tests, see Module:Bananas/tests local p = {}
function p.hello()
return "Hello, world!"
end
return p