Skip to content

Commit

Permalink
Validator rollup (ampproject#15640)
Browse files Browse the repository at this point in the history
* Pull GitHub PR ampproject#15443

* Revision bump for ampproject#15592

* n/a
  • Loading branch information
alin04 authored and Gregable committed May 29, 2018
1 parent 728b937 commit 1dcc22a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions validator/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,7 @@ def RunSmokeTest(out_dir):
[
'node', 'nodejs/index.js', '--validator_js',
'%s/validator_minified.js' % out_dir,
'testdata/feature_tests/minimum_valid_amp.html',
'--format=text'
'testdata/feature_tests/minimum_valid_amp.html', '--format=text'
],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE)
Expand All @@ -412,8 +411,7 @@ def RunSmokeTest(out_dir):
[
'node', 'nodejs/index.js', '--validator_js',
'%s/validator_minified.js' % out_dir,
'testdata/feature_tests/empty.html',
'--format=text'
'testdata/feature_tests/empty.html', '--format=text'
],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE)
Expand Down
2 changes: 1 addition & 1 deletion validator/validator-main.protoascii
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ min_validator_revision_required: 328
# newer versions of the spec file. This is currently a Google internal
# mechanism, validator.js does not use this facility. However, any
# change to this file (validator-main.js) requires updating this revision id.
spec_file_revision: 644
spec_file_revision: 646

styles_spec_url: "https://www.ampproject.org/docs/guides/author-develop/responsive/style_pages"
script_spec_url: "https://www.ampproject.org/docs/reference/spec#html-tags"
Expand Down

0 comments on commit 1dcc22a

Please sign in to comment.