Open
Description
Sometimes the string diffs are just noise, eg. when either actual
or expected
is the empty string. Certain cheaters exploit the fact that you can specify ''
as the expected value and copy paste the diff output into your test and remove the minus signs. If we want to keep that ability we could at least omit the diff when actual
is the empty string.
We could also consider a heuristic based on the Levenshtein distance?