fixed sequence:copy returning a non-sequence result

This commit is contained in:
Max Cahill 2023-08-17 11:30:20 +10:00
parent 2c6b5bd2ea
commit 24913f05b8

View File

@ -46,6 +46,7 @@ for _, v in ipairs({
"append",
"shallow_overlay",
"deep_overlay",
"copy",
"shallow_copy",
"deep_copy",
}) do