Commit 09c22b0f authored by Kirill Smelkov's avatar Kirill Smelkov

.

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