Module:Example/testcases

From blackwiki
< Module:Example
Revision as of 14:43, 24 January 2014 by blackwiki>Srolanh
Jump to navigation Jump to search

Documentation for this module may be created at Module:Example/testcases/doc

-- Unit tests for [[Module:Bananas]]. Click talk page to run tests.
local p = {}
 
function p.goog()
    return "Young Euy"
end
 
return p