Skip to content

Commit 97e4a82

Browse files
authored
Fix path matching in match-url-to-source-expression (#773)
1 parent a441899 commit 97e4a82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4077,8 +4077,7 @@ Content-Type: application/reports+json
40774077
6. If |expression| contains a non-empty <a grammar>`path-part`</a>, and
40784078
|redirect count| is 0, then:
40794079

4080-
1. Let |path| be the resulting of joining |url|'s <a for="url">path</a>
4081-
on the U+002F SOLIDUS character (`/`).
4080+
1. Let |path| be the result of running the <a>URL path serializer</a> on |url|.
40824081

40834082
2. If |expression|'s <a grammar>`path-part`</a> does not <a>`path-part` match</a> |path|,
40844083
return "`Does Not Match`".

0 commit comments

Comments
 (0)