Module:User:Prahlad balaji.test/sandbox/test

local export = {}
function export.test(args)
if not args then
	assert("test")
elseif args == "2" then
	return "p"
end
    return args
end
return export