Closed SuzanneSoy closed 9 years ago
This is occurring in DrRacket as well. I suspect this is due to scribble/lp2
not properly propagating srclocs. I will investigate.
This is a bug in scribble/lp
and scribble/lp2
.
The lifting operation in https://github.com/racket/scribble/blob/master/scribble-lib/scribble/private/lp.rkt#L30 would cause the srclocs there to be unavailable to Cover, as its annotator does not dive into quote-syntax
es. I don't know of a good fix, as I don't completely understand whats going on in that file.
I'm going to close this. I've opened an issue for this at https://github.com/racket/scribble/issues/16
Here's a more complete example, with
for-syntax
, that shows on the terminalTHIS IS RED
, so we're sure it was run.