File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -2084,8 +2084,6 @@ void URL::Parse(const char* input,
2084
2084
url->flags |= URL_FLAGS_HAS_FRAGMENT;
2085
2085
url->fragment = std::move (buffer);
2086
2086
break ;
2087
- case 0 :
2088
- break ;
2089
2087
default :
2090
2088
AppendOrEscape (&buffer, ch, FRAGMENT_ENCODE_SET);
2091
2089
}
Original file line number Diff line number Diff line change 12
12
"idlharness.any.js" : {
13
13
"fail" : " getter/setter names are wrong, etc."
14
14
},
15
- "url-setters-stripping.any.js" : {
16
- "fail" : " TODO: port https://github.com/whatwg/url/pull/486"
17
- },
18
15
"urlsearchparams-constructor.any.js" : {
19
16
"fail" : " TODO: fix https://github.com/nodejs/node/issues/33892"
20
17
},
You can’t perform that action at this time.
0 commit comments