mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[test_utils] Add one more clean_html test
This commit is contained in:
		| @@ -899,6 +899,7 @@ class TestUtil(unittest.TestCase): | |||||||
|     def test_clean_html(self): |     def test_clean_html(self): | ||||||
|         self.assertEqual(clean_html('a:\nb'), 'a: b') |         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): |     def test_intlist_to_bytes(self): | ||||||
|         self.assertEqual( |         self.assertEqual( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Tithen-Firion
					Tithen-Firion