1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

* expect.scm (expect-strings): Pass regexp/newline flag to

make-regexp.
This commit is contained in:
Jim Blandy 1997-06-24 05:33:29 +00:00
parent bd56d01662
commit 6ac3c29227

View file

@ -109,8 +109,8 @@
(let ((rxname (gentemp)))
(next-test (cdr tests)
(cdr exprs)
;; should maybe use REG_NEWLINE below?
(cons `(,rxname (make-regexp ,(car tests)))
(cons `(,rxname (make-regexp ,(car tests)
regexp/newline))
defs)
(cons `((lambda (s)
(regexp-exec ,rxname s))