Fix a few stylistic nits.

This commit is contained in:
Georg Brandl 2009-04-13 08:35:05 +00:00
parent b13f61bc42
commit ae1c7f9d56
3 changed files with 58 additions and 56 deletions

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.inheritance_diagram
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -111,7 +111,8 @@ def test_inline():
def test_latex_escaping():
# correct escaping in normal mode
yield verify, u'Γ\\\\∞$', None, ur'\(\Gamma\)\textbackslash{}\(\infty\)\$'
yield verify, u'Γ\\\\∞$', None, \
ur'\(\Gamma\)\textbackslash{}\(\infty\)\$'
# in verbatim code fragments
yield (verify, u'::\n\n\\∞$[]', None,
u'\\begin{Verbatim}[commandchars=@\\[\\]]\n'