fixed failing test
This commit is contained in:
parent
d77679117a
commit
4492034221
|
@ -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"])
|
||||
|
|
Loading…
Reference in New Issue
Block a user