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