| 1 | test(() => { |
| 2 | assert_implements('hasRegExpGroups' in URLPattern.prototype, "hasRegExpGroups is not implemented"); |
| 3 | assert_false(new URLPattern({}).hasRegExpGroups, "match-everything pattern"); |
| 4 | for (let component of ['protocol', 'username', 'password', 'hostname', 'port', 'pathname', 'search', 'hash']) { |
nothing calls this directly
no test coverage detected