From 1f30fac936a3b0905e736dd86e559e33caf036ac Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 10 Aug 2011 18:26:03 -0400 Subject: Initial checkin of bmo/4.0 extensions. Still todo: port changes to core Bugzilla code --- 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 e73d23835..f0e7a6429 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -224,7 +224,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|none)\b/x; + txt|html_linebreak|none|json)\b/x; return 0; } -- cgit v1.2.3-24-g4f1b