Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commonmark/cmark
/ run_pathological_cmark
Function
run_pathological_cmark
test/pathological_tests.py:139–140 ·
view source on GitHub ↗
(q, inp)
Source
from the content-addressed store, hash-verified
137
q.put(cmark.to_html(inp))
138
139
def
run_pathological_cmark(q, inp):
140
q.put(cmark.to_commonmark(inp))
141
142
def
run_tests():
143
q = multiprocessing.Queue()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected