Content deleted Content added
More testing |
No edit summary |
||
Line 9:
local args = frame.args[1] and frame.args or frame:getParent().args
local
table.insert(t,
table.insert(t, '\n')
table.insert(t, 'Test line just before return statement')
return table.concat( t, '\n' )
|