コード例 #1
0
ファイル: trim.py プロジェクト: tahmidMahmud/indiePrep
	def test_trimCharacterMask(self):
		self.assertEqual(trim('Hello World', 'Hdle'), 'o Wor')
コード例 #2
0
 def test_trimCharacterMask(self):
     self.assertEqual(trim('Hello World', 'Hdle'), 'o Wor')
コード例 #3
0
ファイル: trim.py プロジェクト: tahmidMahmud/indiePrep
	def test_trimWhiteSpace(self):
		self.assertEqual(trim('      hello'), 'hello')
コード例 #4
0
 def test_trimWhiteSpace(self):
     self.assertEqual(trim('      hello'), 'hello')