From: lpsolit%gmail.com <> Date: Thu, 10 Nov 2005 07:09:12 +0000 (+0000) Subject: Bug 297857: Incorrect filter name detection in 008filter.t - Patch by Frédéric Buclin... X-Git-Tag: bugzilla-2.22rc1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23c6b94665ed37bdf076a8cd46cefbfeaf732d1f;p=thirdparty%2Fbugzilla.git Bug 297857: Incorrect filter name detection in 008filter.t - Patch by Frédéric Buclin r=wurblzap a=myk --- diff --git a/t/008filter.t b/t/008filter.t index 84ab3b2c7c..8c4e3e24ad 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; }