937cab0a30
Fix a wrong assertian that actually: function a() return 1, 2, 3 end c = { a(), a() } Won't make #c == 6 but c == 4 because only the last call to a() will fill the table with 3 results. Signed-off-by: Julien Danjou <julien@danjou.info> |
||
---|---|---|
.. | ||
awful | ||
beautiful.lua.in | ||
invaders.lua.in | ||
naughty.lua.in | ||
tabulous.lua.in | ||
telak.lua.in |