Fix backslash escape.

This commit is contained in:
Georg Brandl
2010-02-20 19:53:44 +01:00
parent b01e689896
commit 93e9221d66

View File

@@ -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}.*')