(line, title, input, expected)
| 150 | read_fixture_file(FIXTURE_PATH.joinpath("issue-fixes.md")), |
| 151 | ) |
| 152 | def test_issue_fixes(line, title, input, expected): |
| 153 | md = MarkdownIt() |
| 154 | text = md.render(input) |
| 155 | print(text) |
| 156 | assert text.rstrip() == expected.rstrip() |
nothing calls this directly
no test coverage detected
searching dependent graphs…