diff options
Diffstat (limited to 't')
-rw-r--r-- | t/008filter.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/008filter.t b/t/008filter.t index e0aa5b05f..d0654008a 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -203,7 +203,8 @@ sub directive_ok { # filtered, we may not catch that case. return 1 if $directive =~ /FILTER\ (html|csv|js|url_quote|css_class_quote| ics|quoteUrls|time|uri|xml|lower| - unitconvert|none)/x; + obsolete|inactive|closed|unitconvert| + none)/x; return 0; } |