florence / cover

a code coverage tool for racket
MIT License
38 stars 7 forks source link

html output wrong on files that start with a newline #100

Closed florence closed 9 years ago

florence commented 9 years ago

This manifests as an off-by-one error

see https://github.com/rpless/cover-coveralls/blob/master/cover/private/tests/not-run.rkt

rpless commented 9 years ago

I think this is fixed at 6404cd9c25e8e64b3417f3ece5e7b0e28a35fb70.

florence commented 9 years ago

Looks fixed to me.