Updated the HTML tests.
This commit is contained in:
parent
1c47cad8da
commit
621ceb758a
|
@ -157,7 +157,7 @@
|
|||
(define covered? (curry (get-test-coverage) f))
|
||||
(define lines (string-split (file->string f) "\n"))
|
||||
(check-equal? (file->html f covered?)
|
||||
`(div ()
|
||||
`(div ([class "lines-wrapper"])
|
||||
,(div:line-numbers (length lines))
|
||||
,(div:file-lines lines covered?))))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user