cc-tweaked / Cobalt

A re-entrant fork of LuaJ
Other
72 stars 13 forks source link

string.format does not obey __tostring metamethod. #45

Closed SquidDev closed 4 years ago

SquidDev commented 4 years ago
("%s"):format(setmetatable({}, {__tostring=function()return "X"end}))

This returns X in PUC Lua and table: xxxxxxxx in Cobalt.