aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-11-10 07:09:12 +0000
committerlpsolit%gmail.com <>2005-11-10 07:09:12 +0000
commit23c6b94665ed37bdf076a8cd46cefbfeaf732d1f (patch)
treed291b06c70e651301d817537d81b34ceb0d5f67a
parent4fb4383c222e8667b88d55309fc03a2307107fea (diff)
downloadbugs-23c6b94665ed37bdf076a8cd46cefbfeaf732d1f.tar
bugs-23c6b94665ed37bdf076a8cd46cefbfeaf732d1f.tar.gz
bugs-23c6b94665ed37bdf076a8cd46cefbfeaf732d1f.tar.bz2
bugs-23c6b94665ed37bdf076a8cd46cefbfeaf732d1f.tar.xz
bugs-23c6b94665ed37bdf076a8cd46cefbfeaf732d1f.zip
Bug 297857: Incorrect filter name detection in 008filter.t - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
-rw-r--r--t/008filter.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/008filter.t b/t/008filter.t
index 84ab3b2c7..8c4e3e24a 100644
--- a/t/008filter.t
+++ b/t/008filter.t
@@ -222,7 +222,7 @@ sub directive_ok {
return 1 if $directive =~ /FILTER\ (html|csv|js|base64|url_quote|css_class_quote|
ics|quoteUrls|time|uri|xml|lower|
obsolete|inactive|closed|unitconvert|
- none)/x;
+ none)\b/x;
return 0;
}