def test_quote(self):
     self.assertEqual(quote("the 'quick"), "'the '\\''quick'")
示例#2
0
 def test_quote(self):
     self.assertEqual(quote("the 'quick"), "'the '\\''quick'")