dunit.diff

Members

Functions

description
string description(string expected, string actual)

Returns a description of the difference between the strings.

diff
Tuple!(string, string) diff(string lhs, string rhs)

Returns a pair of strings that highlight the difference between lhs and rhs.

Meta