summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/008filter.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/008filter.t b/t/008filter.t
index 5a5b223c8..0c38380df 100644
--- a/t/008filter.t
+++ b/t/008filter.t
@@ -223,8 +223,8 @@ sub directive_ok {
# Things which are already filtered
# Note: If a single directive prints two things, and only one is
# filtered, we may not catch that case.
- return 1 if $directive =~ /FILTER\ (html|csv|js|base64|url_quote|css_class_quote|
- ics|quoteUrls|time|uri|xml|lower|html_light|
+ return 1 if $directive =~ /FILTER\ (html|csv|js|base64|css_class_quote|ics|
+ quoteUrls|time|uri|xml|lower|html_light|
obsolete|inactive|closed|unitconvert|
txt|html_linebreak|none)\b/x;