DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8386>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8386 found some bugs Summary: found some bugs Product: Regexp Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, I'm considering covering this package in the 2nd edition of Mastering Regular Expressions, and so I pointed my regex test suite at it. I've found a number of errors, and would rather not write about them :-) Some examples include improper parsing of \18 being taken as \20, and x{0,1} being taken as x{0,2} (and {0,} taken as {1,}). Is the package still being actively maintained? I sure love to see them fixed before going to press... Jeffrey -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>