geirm       00/11/26 11:38:59

  Modified:    test/templates velocimacro.vm
               test/templates/compare velocimacro.cmp
  Log:
  Added a stringliteral VM arg test.
  
  Revision  Changes    Path
  1.3       +3 -0      jakarta-velocity/test/templates/velocimacro.vm
  
  Index: velocimacro.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/velocimacro.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- velocimacro.vm    2000/11/22 02:19:20     1.2
  +++ velocimacro.vm    2000/11/26 19:38:58     1.3
  @@ -63,4 +63,7 @@
   
   #showarg( 
$jdom.getRootElement().getChild("properties").getChild("author").getTextTrim() )
   
  +String literals should work as you expect :
  +#showarg( "stringliteral")
  +
   - Another fine Velocity Production -
  
  
  
  1.3       +3 -0      jakarta-velocity/test/templates/compare/velocimacro.cmp
  
  Index: velocimacro.cmp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/compare/velocimacro.cmp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- velocimacro.cmp   2000/11/22 02:19:20     1.2
  +++ velocimacro.cmp   2000/11/26 19:38:59     1.3
  @@ -38,4 +38,7 @@
   
   Arg 
:>$jdom.getRootElement().getChild("properties").getChild("author").getTextTrim()<
   
  +String literals should work as you expect :
  +Arg :>stringliteral<
  +
   - Another fine Velocity Production -
  
  
  

Reply via email to