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

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


cvs         04/12/03 13:51:03

  Modified:    t/directive process.t
  Log:
  * changed filename to path
  
  Revision  Changes    Path
  1.6       +5 -5      TT3/t/directive/process.t
  
  Index: process.t
  ===================================================================
  RCS file: /template-toolkit/TT3/t/directive/process.t,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- process.t	2004/12/01 18:23:28	1.5
  +++ process.t	2004/12/03 13:51:03	1.6
  @@ -9,7 +9,7 @@
   # This is free software; you can redistribute it and/or modify it
   # under the same terms as Perl itself.
   #
  -# $Id: process.t,v 1.5 2004/12/01 18:23:28 abw Exp $
  +# $Id: process.t,v 1.6 2004/12/03 13:51:03 abw Exp $
   #
   #========================================================================
   
  @@ -73,7 +73,7 @@
   <template:
     <line:1>
     <process:
  -    <filename:foo>
  +    <path:foo>
       <no args>
     >
   >
  @@ -95,7 +95,7 @@
   <template:
     <line:1>
     <process:
  -    <filename:foo>
  +    <path:foo>
       <args:
         <tuple:
           <ident:x>
  @@ -145,10 +145,10 @@
   <template:
     <line:1>
     <wrapper:
  -    <filename:bar>
  +    <path:bar>
       <no args>
       <process:
  -      <filename:foo>
  +      <path:foo>
         <no args>
       >
     >