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 have a function that returns '1-2-3' and expects [1, 2, 3]
'1-2-3'
[1, 2, 3]
The diff is really annoying to read, highlighting whitespace and commas and dashes. It's even more annoying with:
[ 2, null, 2 ] vs '2-2-3'
[ 2, null, 2 ]
'2-2-3'
I suggest not showing diffs for differing types (arrays vs strings in this case)
The text was updated successfully, but these errors were encountered:
92d21af
error.showDiff
No branches or pull requests
I have a function that returns
'1-2-3'
and expects[1, 2, 3]
The diff is really annoying to read, highlighting whitespace and commas and dashes. It's even more annoying with:
[ 2, null, 2 ]
vs'2-2-3'
I suggest not showing diffs for differing types (arrays vs strings in this case)
The text was updated successfully, but these errors were encountered: