Fix broken MATCH:END.
This commit is contained in:
parent
a979e61ec1
commit
7633b231be
|
@ -14,7 +14,7 @@
|
|||
(:optional maybe-index 0))))
|
||||
|
||||
(define (match:end match . maybe-index)
|
||||
(match-start
|
||||
(match-end
|
||||
(vector-ref (regexp-match:submatches match)
|
||||
(:optional maybe-index 0))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue