Exemple #1
0
 def test_quote(self):
     assert Shell.quote('aa\!') == 'aa\\\\\\!'
Exemple #2
0
 def test_quote(self):
     assert Shell.quote('aa\!') == 'aa\\\\\\!'