From 9d2a3d8fbc9e4068d21df86083780e908834b187 Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Thu, 14 Feb 2002 03:24:05 +0000 Subject: Update the test to use the same basic format as the handling code from globals.pl --- t/004template.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't/004template.t') diff --git a/t/004template.t b/t/004template.t index 578a91b9e..4c3c898c1 100644 --- a/t/004template.t +++ b/t/004template.t @@ -55,11 +55,12 @@ foreach my $file(@testitems) { my $template = Template->new( { INCLUDE_PATH => $include_path , - RELATIVE => 1, # Need to define filters used in the codebase, they don't # actually have to function in this test, just be defined. FILTERS => { + strike => sub { return $_ } , + js => sub { return $_ } }, } ); -- cgit v1.2.3-24-g4f1b