Closed stefandrissen closed 5 years ago
Interesting find! Changing the .*
to .*?
should hopefully fix it, if the re module support that syntax for non-greedy matching.
Thanks for confirming. I've cherry-picked your commit with a small edit as it conflicted with the raw string change in 28bfde2f04e234cefc2b1ca0f46eb478.
Thanks - I'm pretty clueless on git commits - I'll see if I can rebase or so.
The regexp on line 442 is incorrect, the
(.*)
is gobbling the trailing space and adding it to the symbol, resulting in the symbol not being found.