| 524 | } |
| 525 | |
| 526 | static 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 | |
| 531 | static void render_html(test_batch_runner *runner) { |
| 532 | char *html; |
no test coverage detected