summaryrefslogtreecommitdiffstats
path: root/t/008filter.t
diff options
context:
space:
mode:
Diffstat (limited to 't/008filter.t')
-rw-r--r--t/008filter.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/008filter.t b/t/008filter.t
index fea018d43..1f5219f71 100644
--- a/t/008filter.t
+++ b/t/008filter.t
@@ -210,9 +210,9 @@ sub directive_ok {
# 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|css_class_quote|ics|
- quoteUrls|time|uri|xml|lower|html_light|
- obsolete|inactive|closed|unitconvert|
- txt|html_linebreak|markdown|none|null)\b/x;
+ quoteUrls|time|uri|xml|html_light|
+ unitconvert|txt|html_linebreak|markdown|
+ none|null)\b/x;
return 0;
}