From 123fd0b65a715b2d4b86e0a3361df90f97163217 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Fri, 19 Feb 2016 13:21:26 -0800 Subject: [PATCH] Fix Typogrify test issue caused by Pygments update --- pelican/tests/test_readers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '