snitch-org / snitch

Lightweight C++20 testing framework.
Boost Software License 1.0
257 stars 7 forks source link

Incorrect formatting for uncaught `std::exception` #74

Closed cschreib closed 1 year ago

cschreib commented 1 year ago

When a test case generates an uncaught std::exception, the error message is displayed as

unhandled std::exception caught; message:error message

i.e. is missing a white space after the colon.