mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
More robust hyperlink macros in LaTeX output (refs #3317, #3340, #3533)
This commit is contained in:
@@ -217,7 +217,7 @@ def get_verifier(verify, verify_re):
|
||||
'verify_re',
|
||||
u'`test <http://example.com/~me/>`_',
|
||||
None,
|
||||
r'\\href{http://example.com/~me/}{test}.*',
|
||||
r'\\sphinxhref{http://example.com/~me/}{test}.*',
|
||||
),
|
||||
])
|
||||
def test_inline(get_verifier, type, rst, html_expected, latex_expected):
|
||||
|
Reference in New Issue
Block a user