mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-08 15:58:47 +00:00
Fixed test
This commit is contained in:
parent
bd80caf440
commit
2a412f5e04
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
local lists = [
|
local lists = [
|
||||||
{},
|
{},
|
||||||
{1, 2, 3, 4},
|
{1, 2, 3, 4},
|
||||||
{{1}, {2, 3}, {4, {5, 6}}},
|
{{1} : {}, {2, 3}, {4, {5, 6}}},
|
||||||
1 : 2 : 3 : 4 : {}
|
1 : 2 : 3 : 4 : {}
|
||||||
], i;
|
], i;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue