From f663fb114c1c0d77c91d47ee75ad06df3fed082f Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 10 Nov 2005 07:13:40 +0000 Subject: [PATCH] =?utf8?q?Bug=20297857:=20Incorrect=20filter=20name=20dete?= =?utf8?q?ction=20in=20008filter.t=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ric?= =?utf8?q?=20Buclin=20=20r=3Dwurblzap=20a=3Dmyk?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- t/008filter.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2