diff --git a/pelican/tests/test_readers.py b/pelican/tests/test_readers.py index ad73a58b..566ef241 100644 --- a/pelican/tests/test_readers.py +++ b/pelican/tests/test_readers.py @@ -298,7 +298,7 @@ class RstReaderTest(ReaderTest): TYPOGRIFY=True) expected = ('
An article with some code
\n' - 'x'
+ 'x'
' &'
' y\n
\n'
'A block quote:
\n\nx '
@@ -316,7 +316,7 @@ class RstReaderTest(ReaderTest):
TYPOGRIFY_IGNORE_TAGS=['blockquote'])
expected = ('An article with some code
\n'
- 'x'
+ 'x'
' &'
' y\n
\n'
'A block quote:
\n\nx '