diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-12-21 12:21:49 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-12-21 12:21:49 +0900 |
commit | d47f38e22db5da29c6b3ccce6b213cdc169f0ecd (patch) | |
tree | e6ec96b88a836372f8689efe61ef1baf7769777e /tests/test_ext_math.py | |
parent | 26a17eade449bfec74aabc6adc9b056d52aa3cf0 (diff) | |
parent | acdcf81599d49de751811269cd428850605224a1 (diff) | |
download | sphinx-git-d47f38e22db5da29c6b3ccce6b213cdc169f0ecd.tar.gz |
Merge branch '2.0'
Diffstat (limited to 'tests/test_ext_math.py')
-rw-r--r-- | tests/test_ext_math.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ext_math.py b/tests/test_ext_math.py index 7fbfd1477..32a50512a 100644 --- a/tests/test_ext_math.py +++ b/tests/test_ext_math.py @@ -70,7 +70,7 @@ def test_mathjax_options(app, status, warning): app.builder.build_all() content = (app.outdir / 'index.html').text() - assert ('<script async="async" integrity="sha384-0123456789" type="text/javascript" ' + assert ('<script async="async" integrity="sha384-0123456789" ' 'src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?' 'config=TeX-AMS-MML_HTMLorMML"></script>' in content) |