Commit cc67c882 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 36b7a102
......@@ -626,6 +626,11 @@ def test_restructure():
assertB(b3, 3)
assertB(b5, 5)
# -> T/B1,3,5 (collapse into T/B)
R(z, 'T/B1,3,5')
assertT(z, [], b1)
b135 = b1
assertB(b135, 1,3,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