[Templates-cvs] cvs commit: TT3/t/directive include.t
cvs@template-toolkit.org
cvs@template-toolkit.org
Fri, 03 Dec 2004 15:51:02 +0000
cvs 04/12/03 15:51:02
Modified: t/directive include.t
Log:
* changed path to paths
Revision Changes Path
1.7 +19 -7 TT3/t/directive/include.t
Index: include.t
===================================================================
RCS file: /template-toolkit/TT3/t/directive/include.t,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- include.t 2004/12/03 13:50:16 1.6
+++ include.t 2004/12/03 15:51:02 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: include.t,v 1.6 2004/12/03 13:50:16 abw Exp $
+# $Id: include.t,v 1.7 2004/12/03 15:51:02 abw Exp $
#
#========================================================================
@@ -73,7 +73,9 @@
<template:
<line:1>
<include:
- <path:foo>
+ <paths:
+ <path:foo>
+ >
<no args>
>
>
@@ -84,7 +86,9 @@
<template:
<line:1>
<include:
- <squote:foo>
+ <paths:
+ <squote:foo>
+ >
<no args>
>
>
@@ -95,7 +99,9 @@
<template:
<line:1>
<include:
- <path:foo>
+ <paths:
+ <path:foo>
+ >
<args:
<tuple:
<ident:x>
@@ -123,7 +129,9 @@
<template:
<line:1>
<include:
- <squote:foo>
+ <paths:
+ <squote:foo>
+ >
<args:
<tuple:
<ident:x>
@@ -145,10 +153,14 @@
<template:
<line:1>
<wrapper:
- <path:bar>
+ <paths:
+ <path:bar>
+ >
<no args>
<include:
- <path:foo>
+ <paths:
+ <path:foo>
+ >
<no args>
>
>