From 812e23f4bb131d544c339f02188e55d266df43a6 Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Wed, 10 Oct 2001 02:14:59 +0000 Subject: It's also possible to PROCESS another attachment fragment, not just INCLUDE. No review needed for tests at this time. NOT PART OF BUILD. --- t/Support/Templates.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/Support') diff --git a/t/Support/Templates.pm b/t/Support/Templates.pm index 8ae392681..4d19c2cca 100644 --- a/t/Support/Templates.pm +++ b/t/Support/Templates.pm @@ -50,7 +50,7 @@ foreach my $file(@testitems) { my @lines = ; close (FILE); foreach my $line (@lines) { - if ($line =~ m/\[% INCLUDE (.+?) /) { + if ($line =~ m/\[% (?:INCLUDE|PROCESS) (.+?) /) { my $template = $1; push (@testitems, $template) unless $t{$template}; $t{$template} = 1; -- cgit v1.2.3-24-g4f1b