adjust htdp tests for the change to require in 736c8ca12b
This commit is contained in:
parent
efd2683301
commit
a953425af4
|
@ -249,8 +249,7 @@
|
|||
(htdp-syntax-test #'(require "/a") #rx"start with a slash")
|
||||
(htdp-syntax-test #'(require "a/") #rx"end with a slash")
|
||||
(htdp-syntax-test #'(require "a%&#^%") #rx"string can contain only")
|
||||
(htdp-syntax-test #'(require (lib)) #rx"expected at least two strings")
|
||||
(htdp-syntax-test #'(require (lib "a")) #rx"expected at least two strings")
|
||||
(htdp-syntax-test #'(require (lib)) #rx"expected at least one string")
|
||||
(htdp-syntax-test #'(require (lib "a" "b/")) #rx"end with a slash")
|
||||
(htdp-syntax-test #'(require (lib "a" 2)) #rx"string for a lib path")
|
||||
(htdp-syntax-test #'(require (planet "a" 2)) #rx"not a valid planet path")
|
||||
|
|
Loading…
Reference in New Issue
Block a user