The handling of possible unicode quotes in the error messages is complex and error prone.
(For example currently testFail23 will fail it's test when your locale has no unicode support.)
To sidestep this issue, I just filter out all the offending quote characters and compare what's left.
The handling of possible unicode quotes in the error messages is complex and error prone. (For example currently testFail23 will fail it's test when your locale has no unicode support.)
To sidestep this issue, I just filter out all the offending quote characters and compare what's left.