geirm       01/11/19 05:03:01

  Modified:    test/templates escape2.vm
               test/templates/compare escape2.cmp
  Log:
  Added test for the \$(foo) rendering bug.
  
  Revision  Changes    Path
  1.5       +8 -0      jakarta-velocity/test/templates/escape2.vm
  
  Index: escape2.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/escape2.vm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- escape2.vm        2001/09/26 11:20:18     1.4
  +++ escape2.vm        2001/11/19 13:03:01     1.5
  @@ -117,3 +117,11 @@
   \#$${foo1}
   #\$${foo1}
   
  +## and wacky stuff that are not references, but
  +## because of the MORE tokens, get screwed up
  +
  +$(QUERY_STRING{forumid})
  +\$(QUERY_STRING{forumid})
  +\\$(QUERY_STRING{forumid})
  +
  +
  
  
  
  1.5       +6 -0      jakarta-velocity/test/templates/compare/escape2.cmp
  
  Index: escape2.cmp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/compare/escape2.cmp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- escape2.cmp       2001/09/26 11:20:18     1.4
  +++ escape2.cmp       2001/11/19 13:03:01     1.5
  @@ -90,3 +90,9 @@
   \#$C0C0C0
   #\$C0C0C0
   
  +
  +$(QUERY_STRING{forumid})
  +\$(QUERY_STRING{forumid})
  +\\$(QUERY_STRING{forumid})
  +
  +
  
  
  

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

Reply via email to