[Templates-svn] r1100 - trunk/t

svn@template-toolkit.org svn@template-toolkit.org


Author: abw
Date: 2007-06-05 20:21:36 +0100 (Tue, 05 Jun 2007)
New Revision: 1100

Modified:
   trunk/t/vars.t
Log:
whitespace

Modified: trunk/t/vars.t
===================================================================
--- trunk/t/vars.t	2007-06-05 19:20:29 UTC (rev 1099)
+++ trunk/t/vars.t	2007-06-05 19:21:36 UTC (rev 1100)
@@ -22,6 +22,7 @@
 use Template::Test;
 use Template::Stash;
 use Template::Constants qw( :status );
+use Template::Directive2;
 
 use Template::Parser;
 $Template::Test::DEBUG = 0;
@@ -91,7 +92,7 @@
 };
 
 my $tt = [ default => Template->new({ INTERPOLATE => 1, ANYCASE => 1 }),
-       notcase => Template->new({ INTERPOLATE => 1, ANYCASE => 0 }) ];
+           notcase => Template->new({ INTERPOLATE => 1, ANYCASE => 0 }) ];
 
 test_expect(\*DATA, $tt, $params);