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/25 01:27:32 UTC

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

geirm       02/03/24 16:27:32

  Modified:    test/templates comment.vm
               test/templates/compare comment.cmp
  Log:
  to test fix for problem with $## - bug 7381
  
  Revision  Changes    Path
  1.6       +6 -0      jakarta-velocity/test/templates/comment.vm
  
  Index: comment.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/comment.vm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- comment.vm	22 Feb 2002 21:41:21 -0000	1.5
  +++ comment.vm	25 Mar 2002 00:27:32 -0000	1.6
  @@ -41,3 +41,9 @@
   $bar##
   #set($foo = 'foo!' )
   $foo
  +
  +
  +##  here's one reported by Daniel Dekany
  +
  +$##
  +there is a dollar before me
  
  
  
  1.5       +4 -0      jakarta-velocity/test/templates/compare/comment.cmp
  
  Index: comment.cmp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/compare/comment.cmp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- comment.cmp	22 Feb 2002 21:41:21 -0000	1.4
  +++ comment.cmp	25 Mar 2002 00:27:32 -0000	1.5
  @@ -16,3 +16,7 @@
   
   
   $barfoo!
  +
  +
  +
  +$there is a dollar before me
  
  
  

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