local sandbox = ;function sandbox.test(frame)
frame:callParserFunction('#coordinates',)return "Passed"
end
function sandbox.empty(frame)
frame:callParserFunction('#coordinates',)return "Passed"
end
function sandbox.nameonly(frame)
frame:callParserFunction('#coordinates',)return "Passed"
end
function sandbox.nameglobeonly(frame)
frame:callParserFunction('#coordinates',)return "Passed"
end
return sandbox