When comparing strings ``` assert.Equals(t, "foo\nbar", "foo\nbaz") ``` it would be convenient to get the diff of both strings like one gets when comparing objects.