mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Update the test to use the same basic format as the handling code from globals.pl
This commit is contained in:
parent
582ee7dbf3
commit
effc112ada
@ -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 $_ }
|
||||
},
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user