We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014708b commit 5ccbcfeCopy full SHA for 5ccbcfe
test/lib/contents.lua
@@ -77,7 +77,7 @@ do --- 5.2 string +lua>=5.2
77
end
78
79
do --- pre-5.2 table +lua<5.2
80
- check(table, "concat:foreach:foreachi:getn:insert:maxn:remove:sort", "pack:unpack:setn:new")
+ check(table, "concat:foreach:foreachi:getn:insert:maxn:move:remove:sort", "pack:unpack:setn:new")
81
82
83
do --- 5.2 table +lua>=5.2
0 commit comments