Completed test coverage for utils.text._replace_entity().
This commit is contained in:
parent
0ef9979669
commit
7e978fdc42
|
@ -189,7 +189,9 @@ class TestUtilsText(SimpleTestCase):
|
||||||
('', ''),
|
('', ''),
|
||||||
('foo', 'foo'),
|
('foo', 'foo'),
|
||||||
('&', '&'),
|
('&', '&'),
|
||||||
|
('&am;', '&am;'),
|
||||||
('&', '&'),
|
('&', '&'),
|
||||||
|
('&#xk;', '&#xk;'),
|
||||||
('&', '&'),
|
('&', '&'),
|
||||||
('foo & bar', 'foo & bar'),
|
('foo & bar', 'foo & bar'),
|
||||||
('foo & bar', 'foo & bar'),
|
('foo & bar', 'foo & bar'),
|
||||||
|
|
Loading…
Reference in New Issue