X Tutup
The Wayback Machine - https://web.archive.org/web/20230114093241/https://github.com/nodejs/node/commit/10367c4cae
Skip to content
Permalink
Browse files
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>
  • Loading branch information
anonrig authored and targos committed Jan 1, 2023
1 parent d500445 commit 10367c4cae93ea8bb75662a352a08b4f69d2e04f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
@@ -28,7 +28,7 @@ Last update:
- resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing
- 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
@@ -44,5 +44,13 @@
"output": {
"utf-8": "%C3%A1|"
}
},
"Surrogate!",
{
"input": "\ud800",
"output": {
"utf-8": "%EF%BF%BD",
"windows-1252": "%26%2365533%3B"
}
}
]
@@ -72,7 +72,7 @@
"path": "streams"
},
"url": {
"commit": "0e5b126cd0a8da9186b738b8c9278d19b594c51f",
"commit": "0a187bc16933e67dfb8755935143a6dd5a9e12f2",
"path": "url"
},
"user-timing": {

0 comments on commit 10367c4

Please sign in to comment.
X Tutup