Re: with-exception-handler experiment

2022-03-09 Thread Jérémy Korwin-Zmijowski
Oh thank you! I missed this even after reading the code dozens of times haha Cheers!

Re: with-exception-handler experiment

2022-03-09 Thread Olivier Dion via General Guile related discussions
On Tue, 08 Mar 2022, Jérémy Korwin-Zmijowski wrote: > Hello Guilers, > > Hope you are all fine and safe. > > In the following code, I have a test which should check if my result is > correct. > > If you change the expected string value "1 run, 1 failed" the assert > procedure does not throw. >

with-exception-handler experiment

2022-03-08 Thread Jérémy Korwin-Zmijowski
Hello Guilers, Hope you are all fine and safe. In the following code, I have a test which should check if my result is correct. If you change the expected string value "1 run, 1 failed" the assert procedure does not throw. What happen ? The doc about *with-exception-handler* say things