mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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:
parent
74d76ca0da
commit
7a4c89f64a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "
|
||||
"<p>THIS is some content. With some stuff to "
|
||||
""typogrify"...</p>\n<p>Now with added "
|
||||
'support for <abbr title="three letter acronym">'
|
||||
"TLA</abbr>.</p>\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue