mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
quick fix the quick fix
This commit is contained in:
parent
1868309a9e
commit
4f6e8ba7bc
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ consistency checks to make sure that the constructed URI is valid."
|
||||||
(define domain-label-regexp
|
(define domain-label-regexp
|
||||||
(make-regexp "^[a-zA-Z0-9]([a-zA-Z0-9-]*[a-zA-Z0-9])?$"))
|
(make-regexp "^[a-zA-Z0-9]([a-zA-Z0-9-]*[a-zA-Z0-9])?$"))
|
||||||
(define top-label-regexp
|
(define top-label-regexp
|
||||||
(make-regexp "^[a-zA-Z]?([a-zA-Z0-9-]*[a-zA-Z0-9])?$"))
|
(make-regexp "^[a-zA-Z]([a-zA-Z0-9-]*[a-zA-Z0-9])?$"))
|
||||||
|
|
||||||
(define (valid-host? host)
|
(define (valid-host? host)
|
||||||
(cond
|
(cond
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue