fixed failing test

This commit is contained in:
Spencer Florence 2015-01-06 17:23:48 -05:00
parent d77679117a
commit 4492034221

View File

@ -82,7 +82,9 @@
(define covered? (make-covered? cov f))
(check-equal? (make-html-file cov f "main.css")
`(html ()
(head () (link ([rel "stylesheet"] [type "text/css"] [href "main.css"])))
(head ()
(meta ([charset "utf-8"]))
(link ([rel "stylesheet"] [type "text/css"] [href "main.css"])))
(body ()
(p () "expr: 100%" (br ()))
(div ([class "code"])