diff --git a/tests/test_ext_math.py b/tests/test_ext_math.py index 68a121341..9bbd6217d 100644 --- a/tests/test_ext_math.py +++ b/tests/test_ext_math.py @@ -167,7 +167,7 @@ def test_mathjax_numfig_html(app, status, warning): app.builder.build_all() content = (app.outdir / 'math.html').text() - html = ('
\n' + html = ('
\n' '(1.2)') assert html in content html = ('

Referencing equation Referencing equation (1.1).

')