Skip to content

Commit 22c1e91

Browse files
anonrigjuanarbol
authored andcommitted
test: update url wpt to latest
PR-URL: #45852 Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 662f574 commit 22c1e91

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

test/fixtures/wpt/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Last update:
2727
- performance-timeline: https://github.com/web-platform-tests/wpt/tree/17ebc3aea0/performance-timeline
2828
- resources: https://github.com/web-platform-tests/wpt/tree/fbf1e7d247/resources
2929
- streams: https://github.com/web-platform-tests/wpt/tree/9e5ef42bd3/streams
30-
- url: https://github.com/web-platform-tests/wpt/tree/0e5b126cd0/url
30+
- url: https://github.com/web-platform-tests/wpt/tree/0a187bc169/url
3131
- user-timing: https://github.com/web-platform-tests/wpt/tree/df24fb604e/user-timing
3232
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/d8dbe6990b/wasm/jsapi
3333
- wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi

test/fixtures/wpt/url/resources/percent-encoding.json

+8
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,13 @@
4444
"output": {
4545
"utf-8": "%C3%A1|"
4646
}
47+
},
48+
"Surrogate!",
49+
{
50+
"input": "\ud800",
51+
"output": {
52+
"utf-8": "%EF%BF%BD",
53+
"windows-1252": "%26%2365533%3B"
54+
}
4755
}
4856
]

test/fixtures/wpt/versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"path": "streams"
6969
},
7070
"url": {
71-
"commit": "0e5b126cd0a8da9186b738b8c9278d19b594c51f",
71+
"commit": "0a187bc16933e67dfb8755935143a6dd5a9e12f2",
7272
"path": "url"
7373
},
7474
"user-timing": {

0 commit comments

Comments
 (0)