[Templates-cvs] cvs commit: TT3/t/directive macro.t

cvs@template-toolkit.org cvs@template-toolkit.org
Fri, 03 Dec 2004 14:18:28 +0000


cvs         04/12/03 14:18:28

  Modified:    t/directive macro.t
  Log:
  * changes to SET sexpr
  
  Revision  Changes    Path
  1.9       +3 -3      TT3/t/directive/macro.t
  
  Index: macro.t
  ===================================================================
  RCS file: /template-toolkit/TT3/t/directive/macro.t,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- macro.t	2004/12/03 14:01:22	1.8
  +++ macro.t	2004/12/03 14:18:28	1.9
  @@ -9,7 +9,7 @@
   # This is free software; you can redistribute it and/or modify it
   # under the same terms as Perl itself.
   #
  -# $Id: macro.t,v 1.8 2004/12/03 14:01:22 abw Exp $
  +# $Id: macro.t,v 1.9 2004/12/03 14:18:28 abw Exp $
   #
   #========================================================================
   
  @@ -182,14 +182,14 @@
       >
       <block:
         <set:
  -        <assign:
  +        [
             <variable:
               <node:
                 <ident:x>
               >
             >
             <number:0>
  -        >
  +        ]
         >
       >
     >