Exemplo n.º 1
0
 def test_no_section_sign(self):
     text = CFRHTMLBuilder.section_space(' abc')
     self.assertEquals(text, ' abc')
     self.assertTrue(True)
Exemplo n.º 2
0
 def test_no_section_sign(self):
     text = CFRHTMLBuilder.section_space(' abc')
     self.assertEquals(text, ' abc')