mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Make test work with docutils 0.5.
This commit is contained in:
parent
6a17e7d1a6
commit
b01e689896
@ -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}.*')
|
||||
|
Loading…
Reference in New Issue
Block a user