Commit 36b7a102 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 09c22b0f
...@@ -616,11 +616,15 @@ def test_restructure(): ...@@ -616,11 +616,15 @@ def test_restructure():
assertB(b3, 3) assertB(b3, 3)
assertB(b5, 5) assertB(b5, 5)
# -> T2/T-T/B1-T4/B3-B5 (add intermediate level in right arm)
R(z, 'T2/T-T/B1-T4/B3-B5')
# XXX T2/B1-B3-B5 tr, = assertT(z, [2], tl,'T')
# XXX T2/T-T/B1-B3,5 assertT(tl, [], b1)
# XXX trr, = assertT(tr, [], 'T')
assertT(trr, [4], b3,b5)
assertB(b1, 1)
assertB(b3, 3)
assertB(b5, 5)
......
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