mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove debug print
This commit is contained in:
parent
3206ccbae0
commit
c3fe96f6fc
@ -71,7 +71,6 @@ def test_math_number_all_latex(app, status, warning):
|
|||||||
app.builder.build_all()
|
app.builder.build_all()
|
||||||
|
|
||||||
content = (app.outdir / 'test.tex').text()
|
content = (app.outdir / 'test.tex').text()
|
||||||
print content
|
|
||||||
macro = (r'\\begin{equation\*}\s*'
|
macro = (r'\\begin{equation\*}\s*'
|
||||||
r'\\begin{split}a\^2\+b\^2=c\^2\\end{split}\s*'
|
r'\\begin{split}a\^2\+b\^2=c\^2\\end{split}\s*'
|
||||||
r'\\end{equation\*}')
|
r'\\end{equation\*}')
|
||||||
|
Loading…
Reference in New Issue
Block a user