Conversation
If TEST_ASSERT_*_MESSAGE() is used and fails, next message is printed on the same line without EOL. This change should improve the readability of output.
|
Hi @skocjan -- what is the situation you're running into where this line ending was necessary? Normally, a line ending is automatically added in |
|
Hi @mvandervoord , thanks for explaination. My configuration is a cross compilation to TI ARM platform and to be honest, it must've been some misinterpretation from my side, because now, when I have it properly integrated, I cannot see the issue anymore. Sorry for the noise and PR can be closed |
If TEST_ASSERT_*_MESSAGE() is used and fails, next message is printed on the same line without EOL. This change should improve the readability of output.