mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
parent
6e0467ca77
commit
1717a95a77
@ -179,7 +179,7 @@ def get_verifier(verify, verify_re):
|
||||
'verify',
|
||||
'"John"',
|
||||
'<p>“John”</p>',
|
||||
"``John''",
|
||||
r'\sphinxquotedblleft{}John\sphinxquotedblright{}',
|
||||
),
|
||||
(
|
||||
# ... but not in literal text
|
||||
|
Loading…
Reference in New Issue
Block a user