Skip to content

Commit

Permalink
Extend test_trim_doctest_flags_html() with a trailing spaces assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aciek committed Dec 4, 2024
1 parent 7ed724b commit 7576637
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def test_trim_doctest_flags_html(app):
assert 'QUUX' not in result
assert 'CORGE' not in result
assert 'GRAULT' in result
assert '<span class="n">now</span><span class="p">()</span> \n' not in result


@pytest.mark.sphinx(
Expand Down

0 comments on commit 7576637

Please sign in to comment.