MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / testXHTMLOutput

Method testXHTMLOutput

tests/test_apis.py:651–655  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

649 )
650
651 def testXHTMLOutput(self):
652 self.assertEqual(
653 markdown.markdown('foo \nbar', output_format='xhtml'),
654 '<p>foo<br />\nbar</p>'
655 )
656
657 def testHTMLOutput(self):
658 self.assertEqual(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected