Commit e5e346ea authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0bfc4705
...@@ -221,8 +221,14 @@ def test_AllStructs(): ...@@ -221,8 +221,14 @@ def test_AllStructs():
T([4], B(3), B())), T([4], B(3), B())),
T([3], B(1), B(3)), T([3], B(1), B(3)),
T([3], # nsplit=1,(0,0)
T([], B(1)),
T([], B(3))),
T([4], B(1,3), B()), T([4], B(1,3), B()),
# nsplit=1,0 depth=1 # nsplit=1,0 depth=1
#T([0], #T([0],
...@@ -234,9 +240,9 @@ def test_AllStructs(): ...@@ -234,9 +240,9 @@ def test_AllStructs():
#T([2], #T([2],
# T([], B(1)), # T([], B(1)),
# T([], B(3))), # T([], B(3))),
T([3], #T([3],
T([], B(1)), # T([], B(1)),
T([], B(3))), # T([], B(3))),
T([4], T([4],
T([], B(1,3)), T([], B(1,3)),
T([], B())), T([], B())),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment