Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put error message values on own lines #14

Open
workhorsy opened this issue Jan 24, 2021 · 0 comments
Open

Put error message values on own lines #14

workhorsy opened this issue Jan 24, 2021 · 0 comments

Comments

@workhorsy
Copy link
Owner

workhorsy commented Jan 24, 2021

Change this output:

example#aaa
    - "Should throw an exception and fail" source\example.d(16)
        core.exception.AssertError@source\example.d(9): <01234567890123456789012345678901234567890123456789012345678901234567890123456789> expected to equal <98765432109876543210987654321098765432109876543210987654321098765432109876543210>.

to this output:

example#aaa
    - "Should throw an exception and fail" source\example.d(16) core.exception.AssertError@source\example.d(9): Not equal
Expected:
<01234567890123456789012345678901234567890123456789012345678901234567890123456789>
To equal:
<98765432109876543210987654321098765432109876543210987654321098765432109876543210>
@workhorsy workhorsy changed the title Change long messages to wrap multiple lines Put error message values on own lines Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant