From 1717a95a7728b0f4efdd5cda0bd3b38c9b1a37bf Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Wed, 15 Mar 2017 11:29:50 +0300 Subject: [PATCH] Fix a test failure which was uncovered by the previous change In PR #3527 the LaTeX output for quotes has changed, but the test was not updated. --- tests/test_markup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_markup.py b/tests/test_markup.py index 7609e5430..11776cf44 100644 --- a/tests/test_markup.py +++ b/tests/test_markup.py @@ -179,7 +179,7 @@ def get_verifier(verify, verify_re): 'verify', '"John"', '

“John”

', - "``John''", + r'\sphinxquotedblleft{}John\sphinxquotedblright{}', ), ( # ... but not in literal text