From 17559921835f036a50330476176ea29c598ba84c Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 17 Mar 2004 05:18:40 +0000 Subject: Patch for bug 235459: add icalendar output format in buglist; patch by William Jon McCann ; r=vlad; a=justdave. --- 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 722802bb8..e0aa5b05f 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -202,7 +202,7 @@ 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|url_quote|css_class_quote| - quoteUrls|time|uri|xml|lower| + ics|quoteUrls|time|uri|xml|lower| unitconvert|none)/x; return 0; -- cgit v1.2.3-24-g4f1b