From 28469edd7da89fba67d22619f7a8f8d3864b4ac7 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Thu, 3 Feb 2022 23:14:46 +0530 Subject: Release 2022.02.03 --- test/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_utils.py') diff --git a/test/test_utils.py b/test/test_utils.py index 11a13a691..6be5bb642 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -1133,7 +1133,7 @@ class TestUtil(unittest.TestCase): def test_clean_html(self): self.assertEqual(clean_html('a:\nb'), 'a: b') - self.assertEqual(clean_html('a:\n "b"'), 'a: "b"') + self.assertEqual(clean_html('a:\n "b"'), 'a: "b"') self.assertEqual(clean_html('a
\xa0b'), 'a\nb') def test_intlist_to_bytes(self): -- cgit v1.2.3