This commit is contained in:
Vitor Santos Costa
2019-04-07 23:09:01 +01:00
parent 31743139b0
commit 1cde9d0eed
7 changed files with 59 additions and 31 deletions

View File

@@ -809,7 +809,7 @@ def cell_structure(s):
if repeats.strip().isdecimal():
reps = int(repeats)
sep = sepator
elif loop == '*':
elif loop == ';':
reps = -1
elif loop == '?':
reps = 10