imported>EdJohnston
Create my own test file, imaginatively called 'Bananas'
 
(No difference)

Latest revision as of 02:20, 1 April 2013

Documentation for this module may be created at Module:Sandbox/EdJohnston/Bananas/doc

-- Testing, testing 1-April-2013. [[User:EdJohnston]]
-- For unit tests, look somewhere else.
local p = {}
 
function p.hello()
    return "Hello, world!"
end
 
return p