diff options
Diffstat (limited to 'tests/test_markup.py')
-rw-r--r-- | tests/test_markup.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_markup.py b/tests/test_markup.py index 77f2016ed..d65b798e8 100644 --- a/tests/test_markup.py +++ b/tests/test_markup.py @@ -118,3 +118,6 @@ def test_latex_escaping(): u'\\begin{Verbatim}[commandchars=@\\[\\]]\n' 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}') |