Skip to content

Commit

Permalink
Merge pull request #1 from lukego/fix366
Browse files Browse the repository at this point in the history
Make test 366 pass by adding "move:" to expectation
  • Loading branch information
lukego committed Mar 14, 2017
2 parents 014708b + 5ccbcfe commit e094845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/contents.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ do --- 5.2 string +lua>=5.2
end

do --- pre-5.2 table +lua<5.2
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")
end

do --- 5.2 table +lua>=5.2
Expand Down

0 comments on commit e094845

Please sign in to comment.