17,105
edits
mNo edit summary |
mNo edit summary |
||
Line 560: | Line 560: | ||
table.insert(resultPart, '\r\n|}') | table.insert(resultPart, '\r\n|}') | ||
return table.concat(resultPart) | return table.concat(resultPart) | ||
end | |||
function p.TestFunc(frame) | |||
return frame.args ~= nil and frame.args[1] or '' | |||
end | end | ||
return p | return p |