예제 #1
0
파일: test_web.py 프로젝트: daeon/pattern
 def test_strip_comments(self):
     # Assert strip <!-- --> elements.
     v = web.strip_comments(" <!-- text --> ")
     self.assertEqual(v, "  ")
     print "pattern.web.strip_comments()"
예제 #2
0
 def test_strip_comments(self):
     # Assert strip <!-- --> elements.
     v = web.strip_comments(" <!-- text --> ")
     self.assertEqual(v, "  ")
     print "pattern.web.strip_comments()"