Completed test coverage for utils.text._replace_entity().

This commit is contained in:
Hasan Ramezani 2019-01-24 01:33:21 +01:00 committed by Tim Graham
parent 0ef9979669
commit 7e978fdc42
1 changed files with 2 additions and 0 deletions

View File

@ -189,7 +189,9 @@ class TestUtilsText(SimpleTestCase):
('', ''),
('foo', 'foo'),
('&', '&'),
('&am;', '&am;'),
('&', '&'),
('&#xk;', '&#xk;'),
('&', '&'),
('foo & bar', 'foo & bar'),
('foo & bar', 'foo & bar'),