Content deleted Content added
Just some testing |
More testing |
||
Line 11:
local team1 = args['team1']
table.insert(t, team1
table.insert(t, 'Test line just before return statement')
return table.concat( t, '\n' )
|
Just some testing |
More testing |
||
Line 11:
local team1 = args['team1']
table.insert(t, team1
table.insert(t, 'Test line just before return statement')
return table.concat( t, '\n' )
|