15954: Merge branch 'master'
[arvados.git] / sdk / python / tests / test_collections.py
index 91d1797d052e6cbbe0d2491bbc5d41cbea93bc4d..66f062c167250b2873ea6a047554b5986f17ee46 100644 (file)
@@ -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', ':'),