Commit fdad8f42 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 860c6635
......@@ -88,6 +88,7 @@ def test_iterAllStructs():
assert X([], 1, 0) == [ T([], B()),
T([],
T([], B())) ]
assert X([], 2, 0) == [ T([], B()),
T([],
T([], B())),
......@@ -96,4 +97,13 @@ def test_iterAllStructs():
T([], B())))
]
assert X([1,3], 0, 0) == [ T([], B(1,3)) ]
print('\n\nAAA\n\n')
assert X([1,3], 0, 1) == [ T([], B(1,3)),
T([0], B()),
# XXX
]
# XXX ...
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