From 0eb69045b7a52fb4f8616be3ce16a98a83d35831 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 24 Nov 2014 10:32:18 +0100 Subject: Bug 1102003: The URL and status whiteboard fields display ARRAY(...) instead of real data r=dkl a=glob --- t/008filter.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/008filter.t b/t/008filter.t index 204bbdc43..fea018d43 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -212,7 +212,7 @@ sub directive_ok { 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)\b/x; + txt|html_linebreak|markdown|none|null)\b/x; return 0; } -- cgit v1.2.3-24-g4f1b