X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8b2eb7d1fa47e4a691849a485573c5da79bb1e2e..75d050ab135619fcefecbfa32aaad4dab33e7588:/sdk/python/tests/test_collections.py?ds=sidebyside diff --git a/sdk/python/tests/test_collections.py b/sdk/python/tests/test_collections.py index 91d1797d05..66f062c167 100644 --- a/sdk/python/tests/test_collections.py +++ b/sdk/python/tests/test_collections.py @@ -960,6 +960,7 @@ class NewCollectionTestCase(unittest.TestCase, CollectionTestMixin): def test_other_special_chars_on_file_token(self): cases = [ + ('\\000', '\0'), ('\\011', '\t'), ('\\012', '\n'), ('\\072', ':'),