예제 #1
0
파일: TestUtil.py 프로젝트: guiaiy/linux
 def test_split(self):
     self.assertEqual(['a', 'b', 'c', 'd', 'e'],
                      Util.split("a\nb,c ,,d\n   e"))
예제 #2
0
 def test_split(self):
     self.assertEqual(["a", "b", "c", "d", "e"],
                      Util.split("a\nb,c ,,d\n   e"))
예제 #3
0
 def test_split(self):
     self.assertEqual(['a', 'b', 'c', 'd', 'e'], Util.split("a\nb,c ,,d\n   e"))