MCPcopy Create free account
hub / github.com/commonmark/cmark / parser

Function parser

api_test/main.c:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526static void parser(test_batch_runner *runner) {
527 test_md_to_html(runner, "No newline", "<p>No newline</p>\n",
528 "document without trailing newline");
529}
530
531static void render_html(test_batch_runner *runner) {
532 char *html;

Callers 1

mainFunction · 0.85

Calls 1

test_md_to_htmlFunction · 0.85

Tested by

no test coverage detected