You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by bu...@apache.org on 2002/03/23 01:09:12 UTC

DO NOT REPLY [Bug 7380] New: - Escaping backslash, strange results with backslash series

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

Escaping backslash, strange results with backslash series

           Summary: Escaping backslash, strange results with backslash
                    series
           Product: Velocity
           Version: 1.2
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Source
        AssignedTo: velocity-dev@jakarta.apache.org
        ReportedBy: ddekany@freemail.hu


Input (template):

  \
  \\
  \\\
  \\\\
  \\\\\
  \\\\\\

Output:

  \
  \\
  \\\
  \\
  
\\\
  \\

I have tried it with 1.2 Stable and 1.3 Nightly 22/03.

Perhaps originally two 
backslashes in the template should produce one backslash in the output?

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>