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.
This commit is contained in:
Dmitry Shachnev 2017-03-15 11:29:50 +03:00
parent 6e0467ca77
commit 1717a95a77

View File

@ -179,7 +179,7 @@ def get_verifier(verify, verify_re):
'verify', 'verify',
'"John"', '"John"',
'<p>&#8220;John&#8221;</p>', '<p>&#8220;John&#8221;</p>',
"``John''", r'\sphinxquotedblleft{}John\sphinxquotedblright{}',
), ),
( (
# ... but not in literal text # ... but not in literal text