Fix #6606: Update jQuery to 3.4.1

This commit is contained in:
Takeshi KOMIYA
2019-07-29 00:05:35 +09:00
parent 4732ec5edf
commit d9d8ba5e7f
3 changed files with 853 additions and 510 deletions

View File

@@ -74,7 +74,7 @@ def test_js_source(app, status, warning):
app.builder.build(['contents'])
v = '3.2.1'
v = '3.4.1'
msg = 'jquery.js version does not match to {v}'.format(v=v)
jquery_min = (app.outdir / '_static' / 'jquery.js').text()
assert 'jQuery v{v}'.format(v=v) in jquery_min, msg