summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-07-16 03:30:48 +0200
committerlpsolit%gmail.com <>2009-07-16 03:30:48 +0200
commitb3f8306d6efb33e6a73d45a2e04d4679cbc17660 (patch)
treee6675a8c7aeff8fe97f4cc5ffdfcbe283c65f20e /t
parent8a3a795c12e95481e7dd7b169495ecb5154d120b (diff)
downloadbugzilla-b3f8306d6efb33e6a73d45a2e04d4679cbc17660.tar.gz
bugzilla-b3f8306d6efb33e6a73d45a2e04d4679cbc17660.tar.xz
Bug 476305: Clean up and merge HTML filtering code - Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit
Diffstat (limited to 't')
-rw-r--r--t/007util.t2
1 files changed, 1 insertions, 1 deletions
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&>"),"&lt;lala&amp;&gt;",'html_quote');
+is(html_quote("<lala&@>"),"&lt;lala&amp;&#64;&gt;",'html_quote');
#url_quote():
is(url_quote("<lala&>gaa\"'[]{\\"),"%3Clala%26%3Egaa%22%27%5B%5D%7B%5C",'url_quote');