File tree Expand file tree Collapse file tree 2 files changed +46
-8
lines changed Expand file tree Collapse file tree 2 files changed +46
-8
lines changed Original file line number Diff line number Diff line change 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- }
5547 }
5648]
Original file line number Diff line number Diff line change 79077907 "search" : " " ,
79087908 "hash" : " "
79097909 },
7910+ " Percent-encoded http: in blob:" ,
7911+ {
7912+ "input" : " blob:http%3a//example.org/" ,
7913+ "base" : null ,
7914+ "href" : " blob:http%3a//example.org/" ,
7915+ "origin" : " null" ,
7916+ "protocol" : " blob:" ,
7917+ "username" : " " ,
7918+ "password" : " " ,
7919+ "host" : " " ,
7920+ "hostname" : " " ,
7921+ "port" : " " ,
7922+ "pathname" : " http%3a//example.org/" ,
7923+ "search" : " " ,
7924+ "hash" : " "
7925+ },
79107926 " Invalid IPv4 radix digits" ,
79117927 {
79127928 "input" : " http://0x7f.0.0.0x7g" ,
94849500 "input" : " stun://[:1]" ,
94859501 "base" : null ,
94869502 "failure" : true
9503+ },
9504+ {
9505+ "input" : " w://x:0" ,
9506+ "base" : null ,
9507+ "href" : " w://x:0" ,
9508+ "origin" : " null" ,
9509+ "protocol" : " w:" ,
9510+ "username" : " " ,
9511+ "password" : " " ,
9512+ "host" : " x:0" ,
9513+ "hostname" : " x" ,
9514+ "port" : " 0" ,
9515+ "pathname" : " " ,
9516+ "search" : " " ,
9517+ "hash" : " "
9518+ },
9519+ {
9520+ "input" : " west://x:0" ,
9521+ "base" : null ,
9522+ "href" : " west://x:0" ,
9523+ "origin" : " null" ,
9524+ "protocol" : " west:" ,
9525+ "username" : " " ,
9526+ "password" : " " ,
9527+ "host" : " x:0" ,
9528+ "hostname" : " x" ,
9529+ "port" : " 0" ,
9530+ "pathname" : " " ,
9531+ "search" : " " ,
9532+ "hash" : " "
94879533 }
94889534]
You can’t perform that action at this time.
0 commit comments