summaryrefslogtreecommitdiff
path: root/gtest/script/call_set_repeat.lua
blob: 7591309209c9304eb97a2d1d7cb29f12124ec2c9 (plain)
1
2
3
4
5
6
7
8
local data = TSG.data;
local ret = TSG.set_repeat()

if type(ret) == "string" then
	return string.len(ret), ret
else
	return ret
end