[Templates-cvs] cvs commit: TT3/t/tag directive.t
cvs@template-toolkit.org
cvs@template-toolkit.org
Wed, 01 Dec 2004 18:31:06 +0000
cvs 04/12/01 18:31:06
Modified: t/tag directive.t
Log:
* changed tuples
Revision Changes Path
1.14 +13 -7 TT3/t/tag/directive.t
Index: directive.t
===================================================================
RCS file: /template-toolkit/TT3/t/tag/directive.t,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- directive.t 2004/12/01 11:08:57 1.13
+++ directive.t 2004/12/01 18:31:06 1.14
@@ -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.13 2004/12/01 11:08:57 abw Exp $
+# $Id: directive.t,v 1.14 2004/12/01 18:31:06 abw Exp $
#
#========================================================================
@@ -516,10 +516,12 @@
<include:
<filename:foo>
<args:
- <x:
+ <tuple:
+ <ident:x>
<number:10>
>
- <y:
+ <tuple:
+ <ident:y>
<number:20>
>
>
@@ -540,10 +542,12 @@
<include:
<filename:bar>
<args:
- <x:
+ <tuple:
+ <ident:x>
<number:30>
>
- <y:
+ <tuple:
+ <ident:y>
<number:40>
>
>
@@ -583,10 +587,12 @@
<wrapper:
<filename:foo>
<args:
- <pi:
+ <tuple:
+ <ident:pi>
<number:3.14>
>
- <e:
+ <tuple:
+ <ident:e>
<number:2.718>
>
>