Ver Fonte

[test_utils] Add one more clean_html test

Tithen-Firion há 8 anos atrás
pai
commit
9222d94510
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      test/test_utils.py

+ 1 - 0
test/test_utils.py

@@ -899,6 +899,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<br>\xa0b'), 'a\nb')
 
     def test_intlist_to_bytes(self):
         self.assertEqual(