More robust hyperlink macros in LaTeX output (refs #3317, #3340, #3533) (#3538)

More robust hyperlink macros in LaTeX output (refs #3317, #3340, #3533)
This commit is contained in:
Jean-François B
2017-03-11 16:53:53 +01:00
committed by GitHub
parent 448dc08924
commit 3128a4327d
4 changed files with 45 additions and 45 deletions

View File

@@ -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):