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

Function TestOneInput

tests/fuzz/fuzz_markdown.py:8–13  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

6
7
8def TestOneInput(data):
9 fdp = atheris.FuzzedDataProvider(data)
10 md = MarkdownIt()
11 raw_markdown = fdp.ConsumeUnicodeNoSurrogates(sys.maxsize)
12 md.parse(raw_markdown)
13 md.render(raw_markdown)
14
15
16def main():

Callers

nothing calls this directly

Calls 3

parseMethod · 0.95
renderMethod · 0.95
MarkdownItClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…