MCPcopy Create free account
hub / github.com/Qinbf/groundmap / test_blockquote

Method test_blockquote

scripts/tests/test_section_parser.py:66–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 assert blocks[0].kind == "list"
65
66 def test_blockquote(self):
67 blocks = split_blocks("> quoted\n> more\n")
68 assert len(blocks) == 1
69 assert blocks[0].kind == "blockquote"
70
71 def test_code_fence(self):
72 blocks = split_blocks("```python\nprint(1)\n```\n")

Callers

nothing calls this directly

Calls 1

split_blocksFunction · 0.90

Tested by

no test coverage detected