Clean up test
This commit is contained in:
parent
56781d3d2e
commit
c7032546f1
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ class TestUtil(unittest.TestCase):
|
|||
|
||||
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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue