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