def test_quote(self):
     self.assertEqual(quote("the 'quick"), "'the '\\''quick'")
Пример #2
0
 def test_quote(self):
     self.assertEqual(quote("the 'quick"), "'the '\\''quick'")