geirm       00/10/31 17:13:21

  Modified:    test/templates loop.vm method.vm
               test/templates/compare loop.cmp method.cmp
  Log:
  Small cleanup of loop.vm/.cmp to work with lastest parser (now that jason's cool 
introspection stuff is done and working) and method.vm/.cmp to hide a small issue that 
you probably can't find anyway, but will fix soon. :)
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-velocity/test/templates/loop.vm
  
  Index: loop.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/loop.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- loop.vm   2000/10/23 21:18:28     1.2
  +++ loop.vm   2000/11/01 01:13:20     1.3
  @@ -12,4 +12,4 @@
   #foreach ($element in $list)
       #set $foo = $provider.concat(["<", $element, ">"])
       $provider.concat("hello", $foo)
  -#end    
  +#end
  
  
  
  1.3       +1 -0      jakarta-velocity/test/templates/method.vm
  
  Index: method.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/method.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- method.vm 2000/10/23 21:18:28     1.2
  +++ method.vm 2000/11/01 01:13:20     1.3
  @@ -10,3 +10,4 @@
   *#
   
   $provider.concat(["I", "am", "a", $provider.concat(["running", "man"])])
  +
  
  
  
  1.2       +4 -13     jakarta-velocity/test/templates/compare/loop.cmp
  
  Index: loop.cmp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/compare/loop.cmp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- loop.cmp  2000/10/24 02:02:41     1.1
  +++ loop.cmp  2000/11/01 01:13:21     1.2
  @@ -1,15 +1,6 @@
   
   
  -
  -    
  -    hello< ArrayList element 1 > 
  -
  -    
  -    hello< ArrayList element 2 > 
  -
  -    
  -    hello< ArrayList element 3 > 
  -
  -    
  -    hello< ArrayList element 4 > 
  -    
  +        hello< ArrayList element 1 > 
  +        hello< ArrayList element 2 > 
  +        hello< ArrayList element 3 > 
  +        hello< ArrayList element 4 > 
  
  
  
  1.3       +2 -1      jakarta-velocity/test/templates/compare/method.cmp
  
  Index: method.cmp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/compare/method.cmp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- method.cmp        2000/10/31 16:07:28     1.2
  +++ method.cmp        2000/11/01 01:13:21     1.3
  @@ -1,3 +1,4 @@
   
   
  -I am a running man  
  \ No newline at end of file
  +I am a running man  
  +
  
  
  

Reply via email to