Skip to content

Commit 8cd079a

Browse files
committed
Forgot to match !
1 parent 6ab99ba commit 8cd079a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sitelib/rfc/uri/parser.scm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,7 @@
530530
(match v
531531
(('// auth path)
532532
(values (->authority auth) (->path-string path) query frag))
533-
(('/ path ...)
534-
(values #f (->path-string v) query frag))
533+
(((or '/ '!) path ...) (values #f (->path-string v) query frag))
535534
(else (values #f #f query frag)))
536535
(values #f #f #f #f))))
537536

0 commit comments

Comments
 (0)