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

cvs@template-toolkit.org cvs@template-toolkit.org
Fri, 03 Dec 2004 13:50:45 +0000


cvs         04/12/03 13:50:44

  Modified:    t/directive wrapper.t
  Log:
  * changed filename to path
  
  Revision  Changes    Path
  1.8       +6 -6      TT3/t/directive/wrapper.t
  
  Index: wrapper.t
  ===================================================================
  RCS file: /template-toolkit/TT3/t/directive/wrapper.t,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- wrapper.t	2004/12/01 18:24:20	1.7
  +++ wrapper.t	2004/12/03 13:50:44	1.8
  @@ -9,7 +9,7 @@
   # This is free software; you can redistribute it and/or modify it
   # under the same terms as Perl itself.
   #
  -# $Id: wrapper.t,v 1.7 2004/12/01 18:24:20 abw Exp $
  +# $Id: wrapper.t,v 1.8 2004/12/03 13:50:44 abw Exp $
   #
   #========================================================================
   
  @@ -76,7 +76,7 @@
   <template:
     <line:1>
     <wrapper:
  -    <filename:foo>
  +    <path:foo>
       <no args>
       <block:
         <text:\nsome text\n>
  @@ -91,7 +91,7 @@
   <template:
     <line:1>
     <wrapper:
  -    <filename:foo>
  +    <path:foo>
       <no args>
       <get:
         <squote:some text>
  @@ -105,7 +105,7 @@
   <template:
     <line:1>
     <wrapper:
  -    <filename:baz>
  +    <path:baz>
       <args:
         <tuple:
           <ident:z>
  @@ -113,7 +113,7 @@
         >
       >
       <wrapper:
  -      <filename:bar>
  +      <path:bar>
         <args:
           <tuple:
             <ident:y>
  @@ -121,7 +121,7 @@
           >
         >
         <wrapper:
  -        <filename:foo>
  +        <path:foo>
           <args:
             <tuple:
               <ident:x>