Bugs item #439327, was opened at 2001-07-07 11:21
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=439327&group_id=10493
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Mike Sperber (sperber)
Assigned to: Olin Shivers (olin-shivers)
Summary: Another regexp bug in 0.5.3 & 0.6
Initial Comment:
In short:
> (define *srfi-html-title-regexp* (make-regexp
"<title>SRFI[ -](0|([1-9][0-9]*))(.*)</title>"))
Error: Illegal Posix regexp -- terminated early
"<title>SRFI[ -](0|([1-9][0-9]*))(.*)</title>"
30
This used to work in 0.5.1.
----------------------------------------------------------------------
>Comment By: Mike Sperber (sperber)
Date: 2001-07-10 04:54
Message:
Logged In: YES
user_id=43931
Fixed in 0.5 and 0.6.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=439327&group_id=10493
|