You are viewing a plain text version of this content. The canonical link for it is here.
Posted to regexp-dev@jakarta.apache.org by bu...@apache.org on 2003/08/27 15:48:00 UTC

DO NOT REPLY [Bug 22680] - pattern matching on strings containing RE literals fails

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=22680>.
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=22680

pattern matching on strings containing RE literals fails

vgritsenko@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From vgritsenko@apache.org  2003-08-27 13:47 -------
Edit docs/RETest.txt:
#1
<title>.*</title>
<title>My HTML page</title>
YES
<title>My HTML page</title>

#2
<!--.*-->
<!--[if supportFields]> DOCPROPERTY &quot;Author&quot; \* CHARFORMAT <![endif]-->
YES
<!--[if supportFields]> DOCPROPERTY &quot;Author&quot; \* CHARFORMAT <![endif]-->


Then, run "ant test". Both tests going through just fine. Tested with current
CVS version. If I'm missing something, please explain.