# New Ticket Created by  Joseph F. Ryan 
# Please include the string:  [perl #19367]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=19367 >


This patch adds further extends interpolating strings to add support
for \0, \0[], \0[;], and \x[;].

Also, Bug fixes:

- \e worked incorrectly (and thus broke a test); fixed
- Literal backslashes ('\\') broke the parse; fixed
- \c[;] didn't work right; fixed
- If \c[] or \c[;] might returned a literal backslash (such as
  \c[REVERSE SOLIDUS]), the op-tree would become malformed; fixed.
- \c[^J] corrupted the op-tree; fixed

Assumes application of tickets  and .


Joseph F. Ryan
[EMAIL PROTECTED]


This message was sent using the Webmail System hosted by OARDC Computing Services  -- 
http://webmail.oardc.ohio-state.edu:8080


-- attachment  1 ------------------------------------------------------
url: http://rt.perl.org/rt2/attach/46086/36085/0959f4/Parser.pm.diff

-- attachment  2 ------------------------------------------------------
url: http://rt.perl.org/rt2/attach/46086/36086/c8f225/String.pm.diff

Attachment: Parser.pm.diff
Description: Parser.pm.diff

Attachment: String.pm.diff
Description: String.pm.diff

Reply via email to