Merge pull request #6609 from tk0miya/6606_jquery-3.4.1

Fix #6606: Update jQuery to 3.4.1
This commit is contained in:
Takeshi KOMIYA 2019-08-02 10:07:27 +09:00 committed by GitHub
commit d2d6cad898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 853 additions and 510 deletions

File diff suppressed because one or more lines are too long

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