mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Fixed test003
This commit is contained in:
parent
b276247fa6
commit
50fc2e9f2a
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