MCPcopy Index your code
hub / github.com/idank/explainshell / test_blockquotes_preserved

Method test_blockquotes_preserved

tests/test_web_views.py:638–641  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

636 self.assertIn(">", result)
637
638 def test_blockquotes_preserved(self):
639 result = render_markdown("Description\n\n> indented example")
640 self.assertIn("<blockquote>", result)
641 self.assertIn("indented example", result)

Callers

nothing calls this directly

Calls 1

render_markdownFunction · 0.85

Tested by

no test coverage detected