Shinmera / parachute

An extensible and cross-compatible testing framework.
https://shinmera.github.io/parachute
zlib License
97 stars 9 forks source link

Prettyprinting issue when printing characters in plain report #3

Closed phoe closed 5 years ago

phoe commented 5 years ago
The test form   (print (readyp (second conns)))
evaluated to    

when            ()
was expected to be equal under GEQ.

Evaluated to... what exactly? I had to think for a moment to realize that you are using prettyprinting there. The above should be more readable if it was:

The test form   (print (readyp (second conns)))
evaluated to    #\Newline
when            ()
was expected to be equal under GEQ.