[Templates-cvs] cvs commit: TT3/t/directive include.t
cvs@template-toolkit.org
cvs@template-toolkit.org
Wed, 01 Dec 2004 18:17:06 +0000
cvs 04/12/01 18:17:06
Modified: t/directive include.t
Log:
* changed expected output from parameter tuples
Revision Changes Path
1.5 +9 -5 TT3/t/directive/include.t
Index: include.t
===================================================================
RCS file: /template-toolkit/TT3/t/directive/include.t,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- include.t 2004/12/01 11:05:22 1.4
+++ include.t 2004/12/01 18:17:06 1.5
@@ -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.4 2004/12/01 11:05:22 abw Exp $
+# $Id: include.t,v 1.5 2004/12/01 18:17:06 abw Exp $
#
#========================================================================
@@ -97,10 +97,12 @@
<include:
<filename:foo>
<args:
- <x:
+ <tuple:
+ <ident:x>
<number:10>
>
- <y:
+ <tuple:
+ <ident:y>
<number:20>
>
>
@@ -123,10 +125,12 @@
<include:
<squote:foo>
<args:
- <x:
+ <tuple:
+ <ident:x>
<number:20>
>
- <y:
+ <tuple:
+ <ident:y>
<number:30>
>
>