Template:Documentation/preload-module-testcases

From blackwiki
< Template:Documentation
Revision as of 14:19, 15 March 2013 by test>TheDJ (template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

-- For example unit tests, see Module:Bananas/tests local p = {}

function p.hello()

   return "Hello, world!"

end

return p