Commit 5ac1afeb authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent f1d41c94
......@@ -636,6 +636,8 @@ def test_restructure():
assert S(z) == 'T5/B1,3-B5,6'
z[7] = X[7]
assert S(z) == 'T5,6/B1,3-B5-B6,7'
z[8] = X[8]
assert S(z) == 'T6/T5-T7/B1,3-B5-B6-B7,8'
#for nkeys in range(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