summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-11-19 17:20:39 +0100
committerByron Jones <bjones@mozilla.com>2013-11-19 17:20:39 +0100
commitf1adcd997f1dc08b60004cd2fe9b356ace295f54 (patch)
tree6fad9ee3020773ffa03db341de2a7532e388e6c0 /t
parentf4b1c3da1d1ebacc04ebb65275d46e6df63416fa (diff)
downloadbugzilla-f1adcd997f1dc08b60004cd2fe9b356ace295f54.tar.gz
bugzilla-f1adcd997f1dc08b60004cd2fe9b356ace295f54.tar.xz
Bug 929345: bug history/activity shouldn't collapse multi-line values to a single line
Diffstat (limited to 't')
-rw-r--r--t/008filter.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/008filter.t b/t/008filter.t
index 9b6a2dad6..d0c0311f6 100644
--- a/t/008filter.t
+++ b/t/008filter.t
@@ -225,7 +225,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|html_br|none|json)\b/x;
+ txt|html_linebreak|none|json)\b/x;
return 0;
}