373
373
self.assertCommandLine([u"'a/*.c'"], "'a/*.c'")
375
375
def test_slashes_changed(self):
379
378
self.assertCommandLine([u'a/*.c'], 'a\\*.c')
384
381
def test_no_single_quote_supported(self):
385
382
self.assertCommandLine(["add", "let's-do-it.txt"],