added failing test

svn: r16652
This commit is contained in:
Robby Findler 2009-11-10 14:08:28 +00:00
parent a9345c4fe1
commit add9374636

View File

@ -557,10 +557,16 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; misc stuff
;; text
;;
(check-equal? (beside/places "baseline"
(text "a" 18 "black")
(text "b" 18 "black"))
(text "ab" 18 "black"))
(check-equal? (image-width (rotate 45 (text "One" 18 'black)))
(let ([t (text "One" 18 'black)])
(image-width (rotate 45 (rectangle (image-width t)
(image-height t)
'solid 'black)))))