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

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


cvs         04/12/03 14:24:35

  Modified:    t/tag    directive.t
  Log:
  * changes to SET sexpr
  
  Revision  Changes    Path
  1.17      +13 -13    TT3/t/tag/directive.t
  
  Index: directive.t
  ===================================================================
  RCS file: /template-toolkit/TT3/t/tag/directive.t,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- directive.t	2004/12/03 13:48:07	1.16
  +++ directive.t	2004/12/03 14:24:34	1.17
  @@ -9,7 +9,7 @@
   # This is free software; you can redistribute it and/or modify it
   # under the same terms as Perl itself.
   #
  -# $Id: directive.t,v 1.16 2004/12/03 13:48:07 abw Exp $
  +# $Id: directive.t,v 1.17 2004/12/03 14:24:34 abw Exp $
   #
   #========================================================================
   
  @@ -214,14 +214,14 @@
     <text:before >
     <line:1>
     <set:
  -    <assign:
  +    [
         <variable:
           <node:
             <ident:baz>
           >
         >
         <number:10>
  -    >
  +    ]
     >
     <text: after>
   >
  @@ -717,7 +717,7 @@
   <template:
     <line:1>
     <set:
  -    <assign:
  +    [
         <variable:
           <node:
             <ident:x>
  @@ -732,7 +732,7 @@
             >
           ]
         >
  -    >
  +    ]
     >
   >
   
  @@ -746,7 +746,7 @@
     <text:\n>
     <line:2>
     <set:
  -    <assign:
  +    [
         <variable:
           <node:
             <ident:y>
  @@ -761,7 +761,7 @@
             >
           ]
         >
  -    >
  +    ]
     >
   >
   
  @@ -771,7 +771,7 @@
   <template:
     <line:1>
     <set:
  -    <assign:
  +    [
         <variable:
           <node:
             <ident:z>
  @@ -786,7 +786,7 @@
             >
           ]
         >
  -    >
  +    ]
     >
   >
   
  @@ -797,7 +797,7 @@
   <template:
     <line:1>
     <set:
  -    <assign:
  +    [
         <variable:
           <node:
             <ident:x>
  @@ -820,7 +820,7 @@
             >
           ]
         >
  -    >
  +    ]
     >
   >
   
  @@ -835,7 +835,7 @@
   <template:
     <line:1>
     <set:
  -    <assign:
  +    [
         <variable:
           <node:
             <ident:x>
  @@ -860,7 +860,7 @@
             >
           ]
         >
  -    >
  +    ]
     >
   >