Commit 33f2f5e7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 184fbbc7
......@@ -156,7 +156,7 @@ def IterAllStructs(keys, maxdepth, maxsplit):
else:
# XXX ok? (should be -inf,+inf)
klo = 0
khi = 5
khi = 0
for tree in _iterAllStructs(klo, khi, keyv, maxdepth, maxsplit):
......
......@@ -82,7 +82,8 @@ def test_iterAllStructs():
assert X([1,3], 0, 0) == [ T([], B(1,3)) ]
print('\nAAA\n')
assert X([], 0, 1) == [ T([], B()), T([s], B()) ] # XXX s is any
assert X([], 0, 1) == [ T([], B()) ]
#assert X([], 0, 1) == [ T([], B()), T([0], B(), B()) ]
return
......
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