PR 9545
svn: r10476
This commit is contained in:
parent
61b77ec68a
commit
659ce64b11
|
@ -665,7 +665,7 @@
|
||||||
;; determines if the given string is something that (version) could've produced
|
;; determines if the given string is something that (version) could've produced
|
||||||
(define (core-version? s)
|
(define (core-version? s)
|
||||||
(and (string? s)
|
(and (string? s)
|
||||||
(regexp-match #rx"^[0-9]+(\\.[0-9]*)?$" s)))
|
(string->mz-version s)))
|
||||||
|
|
||||||
;; checkinfo: syntax
|
;; checkinfo: syntax
|
||||||
;; given an info.ss function, a failure function, and a bunch of fields to check,
|
;; given an info.ss function, a failure function, and a bunch of fields to check,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user