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

cvs commit: jakarta-velocity/test/templates/compare escape2.cmp

geirm       02/03/23 05:39:17

  Modified:    test/templates escape2.vm
               test/templates/compare escape2.cmp
  Log:
  testcase for bug# 7380 - \\\\\\\\\\ not rendering correctly
  
  Revision  Changes    Path
  1.6       +13 -2     jakarta-velocity/test/templates/escape2.vm
  
  Index: escape2.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/escape2.vm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- escape2.vm	19 Nov 2001 13:03:01 -0000	1.5
  +++ escape2.vm	23 Mar 2002 13:39:17 -0000	1.6
  @@ -5,7 +5,7 @@
   
   This template is used for Velocity regression testing.
   If you alter this template make sure you change the
  -corresponding comparison file so that the regression 
  +corresponding comparison file so that the regression
   test doesn't fail incorrectly.
   
   *#
  @@ -124,4 +124,15 @@
   \$(QUERY_STRING{forumid})
   \\$(QUERY_STRING{forumid})
   
  -
  +##
  +##  and just slashes....
  +##
  +
  +\
  +\\
  +\\\
  +\\\\
  +\\\\\
  +\\\\\\
  +\\\\\\\
  +\\\\\\\\
  
  
  
  1.6       +8 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- escape2.cmp	19 Nov 2001 13:03:01 -0000	1.5
  +++ escape2.cmp	23 Mar 2002 13:39:17 -0000	1.6
  @@ -96,3 +96,11 @@
   \\$(QUERY_STRING{forumid})
   
   
  +\
  +\\
  +\\\
  +\\\\
  +\\\\\
  +\\\\\\
  +\\\\\\\
  +\\\\\\\\
  
  
  

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