From: lpsolit%gmail.com <> Date: Thu, 10 Nov 2005 07:18:39 +0000 (+0000) Subject: Bug 297857: Incorrect filter name detection in 008filter.t - Patch by Frédéric Buclin... X-Git-Tag: bugzilla-2.18.5~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02d1ba8ba051b87fc2d7b5626b4270c00aa57799;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 7457d6de10..3fb70b94df 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -218,7 +218,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; }