[Templates-cvs] cvs commit: TT3/t/directive wrapper.t
cvs@template-toolkit.org
cvs@template-toolkit.org
Wed, 01 Dec 2004 18:24:20 +0000
cvs 04/12/01 18:24:20
Modified: t/directive wrapper.t
Log:
* fixed tuple code generated
Revision Changes Path
1.7 +7 -4 TT3/t/directive/wrapper.t
Index: wrapper.t
===================================================================
RCS file: /template-toolkit/TT3/t/directive/wrapper.t,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wrapper.t 2004/12/01 11:05:22 1.6
+++ wrapper.t 2004/12/01 18:24:20 1.7
@@ -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.6 2004/12/01 11:05:22 abw Exp $
+# $Id: wrapper.t,v 1.7 2004/12/01 18:24:20 abw Exp $
#
#========================================================================
@@ -107,21 +107,24 @@
<wrapper:
<filename:baz>
<args:
- <z:
+ <tuple:
+ <ident:z>
<number:30>
>
>
<wrapper:
<filename:bar>
<args:
- <y:
+ <tuple:
+ <ident:y>
<number:20>
>
>
<wrapper:
<filename:foo>
<args:
- <x:
+ <tuple:
+ <ident:x>
<number:10>
>
>