DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=24234>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24234

Doesn't seem to be a way to use '\' in subst with back_references





------- Additional Comments From [EMAIL PROTECTED]  2004-03-19 06:24 -------
i can't reproduce the behaviour you describe with the patch that i wrote.

at least when using string literals inside the code, "\\\$0" is not even a valid
literal.  "\\" is a valid escape sequence, but "\$" is not.  if i wanted to
include a "\" before whatever $0 is, u need to use "\\\\$0" which results in
"\<some_text>".

can you show me an actual code snippet which causes the error u describe?  also,
what incompatibilities are you talking about?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to