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

Show differences lined up and in quotes #354

Open
jgfoster opened this issue Jul 12, 2023 · 0 comments
Open

Show differences lined up and in quotes #354

jgfoster opened this issue Jul 12, 2023 · 0 comments

Comments

@jgfoster
Copy link
Member

It would be nice if the assert commands showed the actual and expected lined up and with begin/end quotes. Currently I see something like:

expected: T=20.00 C 13.28
actual: T=20.00 c 13.28

I would like to see something like:

expected: "T=20.00 C 13.28"
actual:   "T=20.00 c 13.28 "

This would make it easier to catch subtle differences (such as changes in case or trailing spaces).

@jgfoster jgfoster changed the title Show differences in lined up and in quotes Show differences lined up and in quotes Sep 21, 2023
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