예제 #1
0
파일: tag_test.py 프로젝트: garindra/brick
 def _run():
     self_closing_tag = make_tag('img', self_closing=True)
     self_closing_tag()("content")
예제 #2
0
파일: tag_test.py 프로젝트: garindra/brick
 def setUp(self):
     
     self.tag_cls = make_tag("A")