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 2001/09/10 10:58:42 UTC

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

geirm       01/09/10 01:58:42

  Modified:    test/templates velocimacro2.vm
               test/templates/compare velocimacro2.cmp
  Log:
  testcase to catch problem reported in bug # 3346
  
  Revision  Changes    Path
  1.3       +2 -0      jakarta-velocity/test/templates/velocimacro2.vm
  
  Index: velocimacro2.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/velocimacro2.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- velocimacro2.vm	2001/06/19 03:35:26	1.2
  +++ velocimacro2.vm	2001/09/10 08:58:42	1.3
  @@ -48,3 +48,5 @@
   
   #tester($foo)
   
  +#foo2( ${foo} )
  +
  
  
  
  1.3       +2 -0      jakarta-velocity/test/templates/compare/velocimacro2.cmp
  
  Index: velocimacro2.cmp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/compare/velocimacro2.cmp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- velocimacro2.cmp	2001/06/19 03:35:26	1.2
  +++ velocimacro2.cmp	2001/09/10 08:58:42	1.3
  @@ -18,3 +18,5 @@
   
         bar :  yes
     
  +  Hello from foo2 : bar
  +