Fix style checks

This commit is contained in:
Ville Skyttä 2016-07-07 16:36:44 +03:00
parent 77f9bbd9cc
commit 7cfbc2a702
3 changed files with 4 additions and 3 deletions

View File

@ -228,7 +228,8 @@ 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'