Adjust test following changes in Typogrify.

Typogrify's 'widont' filter used to ignore the list of 'ignore_tags', but this got fixed in Typogrify.
This commit is contained in:
David Lesieur 2024-12-26 19:05:16 -05:00 committed by Justin Mayer
commit 7a4c89f64a

View file

@ -417,7 +417,7 @@ class RstReaderTest(ReaderTest):
path="article.rst", TYPOGRIFY=True, TYPOGRIFY_IGNORE_TAGS=["p"]
)
expected = (
"<p>THIS is some content. With some stuff to&nbsp;"
"<p>THIS is some content. With some stuff to "
"&quot;typogrify&quot;...</p>\n<p>Now with added "
'support for <abbr title="three letter acronym">'
"TLA</abbr>.</p>\n"