From: lpsolit%gmail.com <> Date: Thu, 10 Nov 2005 07:13:40 +0000 (+0000) Subject: Bug 297857: Incorrect filter name detection in 008filter.t - Patch by Frédéric Buclin... X-Git-Tag: bugzilla-2.20.1~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f663fb114c1c0d77c91d47ee75ad06df3fed082f;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 59d3a2bd70..c842b79178 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -221,7 +221,7 @@ sub directive_ok { return 1 if $directive =~ /FILTER\ (html|csv|js|url_quote|css_class_quote| ics|quoteUrls|time|uri|xml|lower| obsolete|inactive|closed|unitconvert| - none)/x; + none)\b/x; return 0; }