mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix backslash escape.
This commit is contained in:
@@ -121,4 +121,4 @@ def test_latex_escaping():
|
||||
u'\\end{Verbatim}')
|
||||
# in URIs
|
||||
yield (verify_re, u'`test <http://example.com/~me/>`_', None,
|
||||
ur'\href{http://example.com/~me/}{test}.*')
|
||||
ur'\\href{http://example.com/~me/}{test}.*')
|
||||
|
||||
Reference in New Issue
Block a user