aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_utils.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-02-03 23:14:46 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-02-03 23:14:46 +0530
commit28469edd7da89fba67d22619f7a8f8d3864b4ac7 (patch)
tree3a4c1f2b0308cfd31f281ac93836bebfbbaebd3b /test/test_utils.py
parentd5a398988bb4db5ea610e3cb2548f0e084a1137e (diff)
downloadhypervideo-pre-28469edd7da89fba67d22619f7a8f8d3864b4ac7.tar.lz
hypervideo-pre-28469edd7da89fba67d22619f7a8f8d3864b4ac7.tar.xz
hypervideo-pre-28469edd7da89fba67d22619f7a8f8d3864b4ac7.zip
Release 2022.02.03
Diffstat (limited to 'test/test_utils.py')
-rw-r--r--test/test_utils.py2
1 files changed, 1 insertions, 1 deletions
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<br>\xa0b'), 'a\nb')
def test_intlist_to_bytes(self):