Commit 9098cab2 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6b3dd5f7
......@@ -154,15 +154,15 @@ def test_AllStructs():
T([4], B(1,3), B())),
T([1], B(), B(1,3)),
# T1/
T([1], B(), B(1,3)), # nsplit=1
# nsplit=1,(0,0)
T([1],
T([1], # nsplit=1,(0,0)
T([], B()),
T([], B(1,3))),
T([1], # T1/
T([], B()), # nsplit=1,(0,1)
T([1],
T([], B()), # nsplit=1,(0,1)
T([2], B(1), B(3))),
T([1],
T([], B()),
......@@ -171,11 +171,11 @@ def test_AllStructs():
T([], B()),
T([4], B(1,3), B())),
T([1], # nsplit=1,(1,0)
T([1], # nsplit=1,(1,0)
T([0], B(), B()),
T([], B(1,3))),
T([1], # nsplit=1,(1,1)
T([1], # nsplit=1,(1,1)
T([0], B(), B()),
T([2], B(1), B(3))),
T([1],
......@@ -186,23 +186,21 @@ def test_AllStructs():
T([4], B(1,3), B())),
T([2], B(1), B(3)), # T2/
T([2],
# T2/
T([2], B(1), B(3)), # nsplit=1
T([2], # nsplit=1,(0,0)
T([], B(1)),
T([], B(3))),
T([2], # T2/
T([], B(1)), # nsplit=1,(0,1)
T([2], # nsplit=1,(0,1)
T([], B(1)),
T([3], B(), B(3))),
T([2],
T([], B(1)),
T([4], B(3), B())),
T([2], # nsplit=1,(1,0)
T([2], # nsplit=1,(1,0)
T([0], B(), B(1)),
T([], B(3))),
T([2], # nsplit=1,(1,1)
T([2], # nsplit=1,(1,1)
T([0], B(), B(1)),
T([3], B(), B(3))),
T([2],
......
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