Make test work with docutils 0.5.

This commit is contained in:
Georg Brandl 2010-02-20 19:51:37 +01:00
parent 6a17e7d1a6
commit b01e689896

View File

@ -120,5 +120,5 @@ def test_latex_escaping():
u'@PYGZat[]@(@Gamma@)\\@(@infty@)@$@PYGZlb[]@PYGZrb[]\n'
u'\\end{Verbatim}')
# in URIs
yield (verify, u'`test <http://example.com/~me/>`_', None,
u'\\href{http://example.com/~me/}{test}')
yield (verify_re, u'`test <http://example.com/~me/>`_', None,
ur'\href{http://example.com/~me/}{test}.*')