fix pregexp-match-positions
svn: r4441 original commit: 4b5146ca5b0d82be714af337cf0df970d994e55b
This commit is contained in:
parent
13f0af4115
commit
54527f8ce4
|
@ -32,7 +32,7 @@
|
|||
|
||||
(define/kw (pregexp-match-positions pattern input #:optional [start-k 0] [end-k #f] [output-port #f])
|
||||
(let ([pattern (pattern->pregexp 'pregexp-match-positions pattern)])
|
||||
(regexp-match pattern input start-k end-k output-port)))
|
||||
(regexp-match-positions pattern input start-k end-k output-port)))
|
||||
|
||||
(define/kw (pregexp-split pattern string #:optional [start 0] [end #f])
|
||||
(let ([pattern (pattern->pregexp 'pregexp-split pattern)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user