...
This commit is contained in:
parent
e73b30c663
commit
1426f87c99
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ def test_utils(self):
|
|||
self.assertTrue(is_simple_string(s))
|
||||
self.assertTrue(is_simple_string(d(s.encode('utf-8'))))
|
||||
self.assertFalse(is_simple_string('a1コ'))
|
||||
self.assertEqual(sanitize_title('a\0\01 \t\n\f\rb'), 'a b')
|
||||
self.assertEqual(sanitize_title(b'a\0\01 \t\n\f\rb'), b'a b')
|
||||
|
||||
def test_color_profile(self):
|
||||
c = ColorProfile()
|
||||
|
|
|
|||
Loading…
Reference in a new issue