33
33
def test_added_with_spaces(self):
34
34
"""Test that 'added' command reports added files with spaces in their names quoted"""
35
35
self._test_added('a filename with spaces', '"a filename with spaces"\n')
37
37
def test_added_null_separator(self):
38
38
"""Test that added uses its null operator properly"""
39
39
self._test_added('a', 'a\0', null=True)