Re: [racket-users] desired behavior on error-during expected for check-expect?

2017-10-19 Thread Matthias Felleisen
> On Oct 19, 2017, at 5:21 PM, 'John Clements' via users-redirect > wrote: > > I was debugging some student code today, and I was momentarily thrown by a > message that said “both tests passed!” when most of the code was not getting > run. It turned out that there was

[racket-users] desired behavior on error-during expected for check-expect?

2017-10-19 Thread 'John Clements' via users-redirect
I was debugging some student code today, and I was momentarily thrown by a message that said “both tests passed!” when most of the code was not getting run. It turned out that there was an error being signalled during the evaluation of the expected value. To see this, try this code in beginner: