зеркало из https://github.com/mozilla/gecko-dev.git
It's also possible to PROCESS another attachment fragment, not just INCLUDE.
No review needed for tests at this time. NOT PART OF BUILD.
This commit is contained in:
Родитель
6907d52b27
Коммит
9e3be8f1c7
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче