Rename SphinxVerbatim to sphinxVerbatim for latex output

This commit is contained in:
jfbu
2016-06-15 18:34:00 +02:00
parent 2cec5a25b2
commit c2d417a032
4 changed files with 9 additions and 9 deletions

View File

@@ -228,11 +228,11 @@ def test_literalinclude_file_whole_of_emptyline(app, status, warning):
app.builder.build_all()
latex = (app.outdir / 'Python.tex').text(encoding='utf-8').replace('\r\n', '\n')
includes = (
'\\begin{SphinxVerbatim}[commandchars=\\\\\\{\\},numbers=left,firstnumber=1,stepnumber=1]\n'
'\\begin{sphinxVerbatim}[commandchars=\\\\\\{\\},numbers=left,firstnumber=1,stepnumber=1]\n'
'\n'
'\n'
'\n'
'\\end{SphinxVerbatim}\n')
'\\end{sphinxVerbatim}\n')
assert includes in latex