You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using GTest at work and I noticed that GTest provides diff output. I never found it really useful but I can imagine that it may make sense for big strings (like file content).
I could imagine for snowhouse that it can be possible to register callbacks to assertions, and these callbacks are called when the assertion fails. This would allow the user to register a string diff routine (which could be mentioned as concrete example in the documentation, maybe using dti).
Visualising difference on big string is tricky.
I found this library: https://github.com/cubicdaiya/dtl
Do you think we could use it to improve string diff visualisation?
The text was updated successfully, but these errors were encountered: