Commit 860c6635 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a505f5a3
......@@ -85,7 +85,15 @@ def test_iterAllStructs():
#assert X([], 0, 1) == [ T([], B()), T([0], B(), B()) ]
print('\nAAA\n')
assert X([], 1, 0) == [ T([], B()), T([], T([], B())) ]
assert X([], 1, 0) == [ T([], B()),
T([],
T([], B())) ]
assert X([], 2, 0) == [ T([], B()),
T([],
T([], B())),
T([],
T([],
T([], B())))
]
# 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