MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / test_render_preserves_inline_html

Function test_render_preserves_inline_html

tests/test_markdown_renderer.py:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def test_render_preserves_inline_html():
12 rendered = render("hello<br>world")
13
14 assert isinstance(rendered, Group)
15 assert _group_text(rendered) == ["hello<br>world"]
16
17
18def test_render_preserves_inline_html_tags():

Callers

nothing calls this directly

Calls 2

renderFunction · 0.90
_group_textFunction · 0.85

Tested by

no test coverage detected