1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-01 13:41:00 +02:00

Clean up test

This commit is contained in:
Philipp Hagemeister 2012-11-27 12:46:27 +01:00
parent 56781d3d2e
commit c7032546f1

View File

@ -58,7 +58,6 @@ def test_sanitize_filename_restricted(self):
forbidden = u'"\0\\/&: \'\t\n'
for fc in forbidden:
print('input: ' + fc + ', result: ' + repr(sanitize_filename(fc, restricted=True)))
for fbc in forbidden:
self.assertTrue(fbc not in sanitize_filename(fc, restricted=True))