We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am usingExpect.all with a string array. A test failure prints this:
Expect.all
Expecto.AssertException: . Some elements don't satisfy `asserter`. Element at index: 1 which is equal to: "" a""
The element is the string " a", but Expecto displays two "".
" a"
""
I assume Expecto uses %A and that this is the reason for this behavior.
%A
This is not terribly important to me, but since I reacted to it, I figured I'd report it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using
Expect.all
with a string array. A test failure prints this:The element is the string
" a"
, but Expecto displays two""
.I assume Expecto uses
%A
and that this is the reason for this behavior.This is not terribly important to me, but since I reacted to it, I figured I'd report it.
The text was updated successfully, but these errors were encountered: