Merge branch 'master' into nextversion

This commit is contained in:
Roberto Ierusalimschy
2022-12-28 18:38:20 -03:00
26 changed files with 333 additions and 259 deletions

View File

@@ -189,7 +189,7 @@ end
-- size tests for vararg
lim = 35
function foo (n, ...)
local function foo (n, ...)
local arg = {...}
check(arg, n, 0)
assert(select('#', ...) == n)