MCPcopy Create free account
hub / github.com/executablebooks/markdown-it-py / test_pretty_text_special

Function test_pretty_text_special

tests/test_tree.py:79–83  ·  view source on GitHub ↗
(file_regression)

Source from the content-addressed store, hash-verified

77
78
79def test_pretty_text_special(file_regression):
80 md = MarkdownIt()
81 md.disable("text_join")
82 tree = SyntaxTreeNode(md.parse("foo © bar \\("))
83 file_regression.check(tree.pretty(show_text=True), extension=".xml")
84
85
86def test_walk():

Callers

nothing calls this directly

Calls 5

disableMethod · 0.95
parseMethod · 0.95
prettyMethod · 0.95
MarkdownItClass · 0.90
SyntaxTreeNodeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…