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

Expect.all prints additional quotes for string items #443

Open
cmeeren opened this issue Nov 1, 2022 · 0 comments
Open

Expect.all prints additional quotes for string items #443

cmeeren opened this issue Nov 1, 2022 · 0 comments

Comments

@cmeeren
Copy link

cmeeren commented Nov 1, 2022

I am usingExpect.all with a string array. A test failure prints this:

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 "".

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant