Skip to content

Commit

Permalink
test: update url wpt to latest
Browse files Browse the repository at this point in the history
PR-URL: #45852
Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
anonrig authored and juanarbol committed Jan 24, 2023
1 parent 662f574 commit 22c1e91
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/wpt/README.md
Expand Up @@ -27,7 +27,7 @@ Last update:
- performance-timeline: https://github.com/web-platform-tests/wpt/tree/17ebc3aea0/performance-timeline
- resources: https://github.com/web-platform-tests/wpt/tree/fbf1e7d247/resources
- streams: https://github.com/web-platform-tests/wpt/tree/9e5ef42bd3/streams
- url: https://github.com/web-platform-tests/wpt/tree/0e5b126cd0/url
- url: https://github.com/web-platform-tests/wpt/tree/0a187bc169/url
- user-timing: https://github.com/web-platform-tests/wpt/tree/df24fb604e/user-timing
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/d8dbe6990b/wasm/jsapi
- wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi
Expand Down
8 changes: 8 additions & 0 deletions test/fixtures/wpt/url/resources/percent-encoding.json
Expand Up @@ -44,5 +44,13 @@
"output": {
"utf-8": "%C3%A1|"
}
},
"Surrogate!",
{
"input": "\ud800",
"output": {
"utf-8": "%EF%BF%BD",
"windows-1252": "%26%2365533%3B"
}
}
]
2 changes: 1 addition & 1 deletion test/fixtures/wpt/versions.json
Expand Up @@ -68,7 +68,7 @@
"path": "streams"
},
"url": {
"commit": "0e5b126cd0a8da9186b738b8c9278d19b594c51f",
"commit": "0a187bc16933e67dfb8755935143a6dd5a9e12f2",
"path": "url"
},
"user-timing": {
Expand Down

0 comments on commit 22c1e91

Please sign in to comment.