softpano/pythonizer

Regex with DEFAULT_VAR and capturing groups needs to always set the DEFAULT_MATCH

snoopyjc opened this issue · 1 comments

Regex with DEFAULT_VAR and capturing groups needs to always set the DEFAULT_MATCH. There are cases in the code where it's not set, but if the user then refers to $1 etc, that gives an error.