geirm       00/11/05 16:08:49

  Modified:    test/templates/compare foreach-array.cmp
  Log:
  Update.  I made an error with an earlier submission.  It was allowing a bug that 
jason fixed to pass.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-velocity/test/templates/compare/foreach-array.cmp
  
  Index: foreach-array.cmp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/compare/foreach-array.cmp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- foreach-array.cmp 2000/10/31 19:17:56     1.3
  +++ foreach-array.cmp 2000/11/06 00:08:49     1.4
  @@ -5,10 +5,10 @@
   
   <table>
       <tr>
  -        <td>This is $element and it is the 1 item</td>
  +        <td>This is first element and it is the 1 item</td>
       </tr>        
       <tr>
  -        <td>This is $element and it is the 2 item</td>
  +        <td>This is second element and it is the 2 item</td>
       </tr>        
   </table>
   
  
  
  

Reply via email to