Raku / nqp

NQP
Other
336 stars 131 forks source link

Fix back-references when there are aliases #802

Closed jnthn closed 1 year ago

jnthn commented 1 year ago

Aliases are named-mangled on the capture name into a string of the form foo=bar. This is handled in the match object construction, but was not handled in the back-reference code.