Bugs item #416374, was updated on 2001-04-15 20:08
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=109080&aid=416374&group_id=9080
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Kaloian Doganov (kaloian)
>Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Minor bug in Regular Expression HOWTO
Initial Comment:
Hello!
It looks like there is a minor error in section 3.5 of
Regular Expression HOWTO, in the VERBOSE flag example.
I think that the RE line:
&#
# Start of a numeric entity reference
must be:
&\#
# Start of a numeric entity reference
i.e., the first `#' must be escaped, or it will be
handled as a comment mark.
Best regards,
Kaloian.
----------------------------------------------------------------------
>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-04-23 09:55
Message:
Logged In: YES
user_id=3066
Closed in regrex.tex revision 1.9.
Thanks!
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=109080&aid=416374&group_id=9080
|