diff options
author | lpsolit%gmail.com <> | 2009-07-16 03:30:48 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-07-16 03:30:48 +0200 |
commit | b3f8306d6efb33e6a73d45a2e04d4679cbc17660 (patch) | |
tree | e6675a8c7aeff8fe97f4cc5ffdfcbe283c65f20e /t | |
parent | 8a3a795c12e95481e7dd7b169495ecb5154d120b (diff) | |
download | bugzilla-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.t | 2 |
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&>"),"<lala&>",'html_quote'); +is(html_quote("<lala&@>"),"<lala&@>",'html_quote'); #url_quote(): is(url_quote("<lala&>gaa\"'[]{\\"),"%3Clala%26%3Egaa%22%27%5B%5D%7B%5C",'url_quote'); |