summaryrefslogtreecommitdiff
path: root/tests/test_markup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-20 19:53:44 +0100
committerGeorg Brandl <georg@python.org>2010-02-20 19:53:44 +0100
commit93e9221d6617dd1ed634324f5739bd910882dcf1 (patch)
treee00aad93ae55578e98312b3a2dc52a5dd6bdf2f9 /tests/test_markup.py
parentb01e6898968d8f421d8a22eba2d834a1580b78c4 (diff)
downloadsphinx-git-93e9221d6617dd1ed634324f5739bd910882dcf1.tar.gz
Fix backslash escape.
Diffstat (limited to 'tests/test_markup.py')
-rw-r--r--tests/test_markup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_markup.py b/tests/test_markup.py
index 9883f83ca..a7e602106 100644
--- a/tests/test_markup.py
+++ b/tests/test_markup.py
@@ -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}.*')