Fixed test

This commit is contained in:
Dmitry Boulytchev 2020-02-17 10:20:58 +03:00
parent bd80caf440
commit 2a412f5e04

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;