Fixed test003

This commit is contained in:
Dmitry Boulytchev 2020-02-28 18:32:19 +03:00
parent b276247fa6
commit 50fc2e9f2a

View file

@ -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;