mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
parent
8fa46a7b44
commit
47b7cd5a7e
2 changed files with 6 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit f55cfdca640b7e178c8fba26161b17a37bdcae59
|
||||
Subproject commit 7eb7372a613fb3a4a7d4160d8292ac2b95b29864
|
|
@ -15910,7 +15910,11 @@
|
|||
"Parsing: <http://foo.09> against <about:blank>",
|
||||
"Parsing: <http://foo.09.> against <about:blank>",
|
||||
"Parsing: <http://foo.0x4> against <about:blank>",
|
||||
"Parsing: <http://foo.0x4.> against <about:blank>"
|
||||
"Parsing: <http://foo.0x4.> against <about:blank>",
|
||||
"Parsing: <http://0999999999999999999/> against <about:blank>",
|
||||
"Parsing: <http://foo.0x> against <about:blank>",
|
||||
"Parsing: <http://foo.0XFfFfFfFfFfFfFfFfFfAcE123> against <about:blank>",
|
||||
"Parsing: <http://💩.123/> against <about:blank>"
|
||||
],
|
||||
"url-origin.any.html": true,
|
||||
"url-searchparams.any.html": true,
|
||||
|
|
Loading…
Reference in a new issue