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