summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-07-19 23:03:51 +0200
committerbbaetz%student.usyd.edu.au <>2002-07-19 23:03:51 +0200
commit603921c6defa74ef95318c14323a18cf26f3a390 (patch)
treec1fd02f21c852fc66cbaefb6b53c065c2ee5e095 /t
parent42c44b90deed374299ad79604a733ad52116ba7f (diff)
downloadbugzilla-603921c6defa74ef95318c14323a18cf26f3a390.tar.gz
bugzilla-603921c6defa74ef95318c14323a18cf26f3a390.tar.xz
Bug 157074 - verify-new-product doubles comment linefeeds on Win32
r=myk, jouni
Diffstat (limited to 't')
-rw-r--r--t/004template.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/004template.t b/t/004template.t
index ba50c1e66..730aafc86 100644
--- a/t/004template.t
+++ b/t/004template.t
@@ -77,6 +77,7 @@ my $template = Template->new(
# See globals.pl for the actual codebase definitions.
FILTERS =>
{
+ html_linebreak => sub { return $_; },
js => sub { return $_ } ,
strike => sub { return $_ } ,
url_quote => sub { return $_ } ,