Example #1
0
 def test_strip_comment(self):
     a = "plastikowe fiolki "
     b = a + "! zakwitly ! "
     x = OboIterator(None)
     self.assertEqual(a, x._strip_comment(b))
Example #2
0
 def test_strip_comment(self):
     a = "plastikowe fiolki "
     b = a + "! zakwitly ! "
     x = OboIterator(None)
     self.assertEqual(a, x._strip_comment(b))