diff options
author | Gervase Markham <gerv@gerv.net> | 2014-02-25 12:00:48 +0000 |
---|---|---|
committer | Gervase Markham <gerv@mozilla.org> | 2014-02-25 12:00:48 +0000 |
commit | 34477d3793d308de20711a4df48f7823c91baaba (patch) | |
tree | 28da01ac0931a0f5858e9a793fa1a32f975a723c /t | |
parent | ef925d6942a3462a9c1d52406a6145b5e31faefb (diff) | |
download | bugs-34477d3793d308de20711a4df48f7823c91baaba.tar bugs-34477d3793d308de20711a4df48f7823c91baaba.tar.gz bugs-34477d3793d308de20711a4df48f7823c91baaba.tar.bz2 bugs-34477d3793d308de20711a4df48f7823c91baaba.tar.xz bugs-34477d3793d308de20711a4df48f7823c91baaba.zip |
Bug 963120 - allow extensions to document themselves, and build result into docs. r=LpSolit, a=justdave.
Diffstat (limited to 't')
-rw-r--r-- | t/008filter.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/008filter.t b/t/008filter.t index 4977658bb..9551ae2b2 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -80,7 +80,7 @@ foreach my $path (@Support::Templates::include_paths) { foreach my $file (@testitems) { # There are some files we don't check, because there is no need to # filter their contents due to their content-type. - if ($file =~ /\.(pm|txt|png)\.tmpl$/) { + if ($file =~ /\.(pm|txt|rst|png)\.tmpl$/) { ok(1, "($lang/$flavor) $file is filter-safe"); next; } |