From b3f8306d6efb33e6a73d45a2e04d4679cbc17660 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 16 Jul 2009 01:30:48 +0000 Subject: Bug 476305: Clean up and merge HTML filtering code - Patch by Vitaly Fedrushkov r/a=LpSolit --- t/007util.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/007util.t b/t/007util.t index c0433639b..af36e94ac 100644 --- a/t/007util.t +++ b/t/007util.t @@ -45,7 +45,7 @@ my $tz = Bugzilla->local_timezone->short_name_for_datetime(DateTime->new(year => # XXX: test taint functions #html_quote(): -is(html_quote(""),"<lala&>",'html_quote'); +is(html_quote(""),"<lala&@>",'html_quote'); #url_quote(): is(url_quote("gaa\"'[]{\\"),"%3Clala%26%3Egaa%22%27%5B%5D%7B%5C",'url_quote'); -- cgit v1.2.3-24-g4f1b