mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +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 = [
|
||||
{},
|
||||
{1, 2, 3, 4},
|
||||
{{1}, {2, 3}, {4, {5, 6}}},
|
||||
{{1} : {}, {2, 3}, {4, {5, 6}}},
|
||||
1 : 2 : 3 : 4 : {}
|
||||
], i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue