summaryrefslogtreecommitdiffstats
path: root/t/Support
diff options
context:
space:
mode:
authorjake%acutex.net <>2001-10-10 04:14:59 +0200
committerjake%acutex.net <>2001-10-10 04:14:59 +0200
commit812e23f4bb131d544c339f02188e55d266df43a6 (patch)
tree6d4467486f257a5ea39d74a20a6de6cd9ac89d78 /t/Support
parent4650377942c2e5d715f01f8214a9c01bb281bb4a (diff)
downloadbugzilla-812e23f4bb131d544c339f02188e55d266df43a6.tar.gz
bugzilla-812e23f4bb131d544c339f02188e55d266df43a6.tar.xz
It's also possible to PROCESS another attachment fragment, not just INCLUDE.
No review needed for tests at this time. NOT PART OF BUILD.
Diffstat (limited to 't/Support')
-rw-r--r--t/Support/Templates.pm2
1 files changed, 1 insertions, 1 deletions
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 = <FILE>;
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;