summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-10-23 09:25:27 +0200
committerByron Jones <bjones@mozilla.com>2013-10-23 09:25:27 +0200
commit4f6724b0f86ccffa091ca33c04e237b9dd5d4c4a (patch)
tree01bc416498ea53d03d569a3b85bb762bbe1c4e3c /t
parentf427f277bf5d4e5f54948ef9a89634961d74298c (diff)
downloadbugzilla-4f6724b0f86ccffa091ca33c04e237b9dd5d4c4a.tar.gz
bugzilla-4f6724b0f86ccffa091ca33c04e237b9dd5d4c4a.tar.xz
Bug 895687: add UserStory extension
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 d0c0311f6..9b6a2dad6 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|none|json)\b/x;
+ txt|html_linebreak|html_br|none|json)\b/x;
return 0;
}