fixed check-regexp-match so that the test suite fails when the argument isn't a string (instead of signalling an internal error)
svn: r16361 original commit: 555aa8cf4c6145898ae3697a9fe1c00f70b7d6c4
This commit is contained in:
parent
0c7301c2d4
commit
cd71568751
|
@ -73,5 +73,6 @@
|
|||
(test-case case-name case-body ...) ...))))
|
||||
|
||||
(define-simple-check (check-regexp-match regex string)
|
||||
(regexp-match regex string))
|
||||
(and (string? string)
|
||||
(regexp-match regex string)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user