From 23c6b94665ed37bdf076a8cd46cefbfeaf732d1f Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 10 Nov 2005 07:09:12 +0000 Subject: Bug 297857: Incorrect filter name detection in 008filter.t - Patch by Frédéric Buclin r=wurblzap a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- t/008filter.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/008filter.t') 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; } -- cgit v1.2.3-24-g4f1b