From 7a4c89f64af9940cc9d07d979e7c23877c1677b3 Mon Sep 17 00:00:00 2001 From: David Lesieur Date: Thu, 26 Dec 2024 19:05:16 -0500 Subject: [PATCH] Adjust test following changes in Typogrify. Typogrify's 'widont' filter used to ignore the list of 'ignore_tags', but this got fixed in Typogrify. --- pelican/tests/test_readers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/tests/test_readers.py b/pelican/tests/test_readers.py index 68938a83..e13cbb11 100644 --- a/pelican/tests/test_readers.py +++ b/pelican/tests/test_readers.py @@ -417,7 +417,7 @@ class RstReaderTest(ReaderTest): path="article.rst", TYPOGRIFY=True, TYPOGRIFY_IGNORE_TAGS=["p"] ) expected = ( - "

THIS is some content. With some stuff to " + "

THIS is some content. With some stuff to " ""typogrify"...

\n

Now with added " 'support for ' "TLA.

\n"