offlinemark/poet

exec module regex regression

Closed this issue · 1 comments

a commit that changed the regex in the exec module to use \s instead of spaces sort of introduced a regression because the parse_exec_cmds function expects there to be strictly one space between quoted commands, and \s allows any number of whitespace

turns out this isn't an issue because the inp is .split()