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/06 09:02:52 UTC

DO NOT REPLY [Bug 6901] New: - Escaping examples wrong

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

Escaping examples wrong

           Summary: Escaping examples wrong
           Product: Velocity
           Version: 1.2
          Platform: All
               URL: http://jakarta.apache.org/velocity/user-guide.html
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: velocity-dev@jakarta.apache.org
        ReportedBy: gumi+apache.org@iki.fi


On page:
http://jakarta.apache.org/velocity/user-guide.html

## The following line defines $email in this template:
#set( $email = "foo" )
$email
\$email
\\$email
\\\$email

does not render as the documentation states

foo
$email
\$email
\\$email

but rather

foo
$email
\foo
\$email

The same error is also faithfully reproduced in the Finnish User Manual
http://jakarta.apache.org/velocity/user-guide_fi.html

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