[Templates-cvs] cvs commit: TT3/t/directive include.t
cvs@template-toolkit.org
cvs@template-toolkit.org
Fri, 03 Dec 2004 13:50:16 +0000
cvs 04/12/03 13:50:16
Modified: t/directive include.t
Log:
* changed filename to path
Revision Changes Path
1.6 +5 -5 TT3/t/directive/include.t
Index: include.t
===================================================================
RCS file: /template-toolkit/TT3/t/directive/include.t,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- include.t 2004/12/01 18:17:06 1.5
+++ include.t 2004/12/03 13:50:16 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: include.t,v 1.5 2004/12/01 18:17:06 abw Exp $
+# $Id: include.t,v 1.6 2004/12/03 13:50:16 abw Exp $
#
#========================================================================
@@ -73,7 +73,7 @@
<template:
<line:1>
<include:
- <filename:foo>
+ <path:foo>
<no args>
>
>
@@ -95,7 +95,7 @@
<template:
<line:1>
<include:
- <filename:foo>
+ <path:foo>
<args:
<tuple:
<ident:x>
@@ -145,10 +145,10 @@
<template:
<line:1>
<wrapper:
- <filename:bar>
+ <path:bar>
<no args>
<include:
- <filename:foo>
+ <path:foo>
<no args>
>
>