images test starting
This commit is contained in:
parent
59835d9187
commit
afd4ff8742
5
tests/more-tests/images.expected
Normal file
5
tests/more-tests/images.expected
Normal file
|
@ -0,0 +1,5 @@
|
|||
true
|
||||
true
|
||||
false
|
||||
true
|
||||
false
|
9
tests/more-tests/images.rkt
Normal file
9
tests/more-tests/images.rkt
Normal file
|
@ -0,0 +1,9 @@
|
|||
#lang planet dyoo/whalesong
|
||||
(require (planet dyoo/whalesong/image))
|
||||
|
||||
(is-color? "red")
|
||||
(is-color? "blue")
|
||||
(is-color? 42)
|
||||
|
||||
(is-color? (make-color 3 4 5 0))
|
||||
(is-color? "color")
|
|
@ -13,3 +13,4 @@
|
|||
(test "more-tests/simple-structs.rkt")
|
||||
(test "more-tests/man-vs-boy.rkt")
|
||||
(test "more-tests/colors.rkt")
|
||||
(test "more-tests/images.rkt")
|
||||
|
|
Loading…
Reference in New Issue
Block a user