Function mz_testdrive::util::text::print_diff
source ยท pub fn print_diff(expected: &str, actual: &str)
Expand description
Prints a colorized line diff of expected
and actual
.
pub fn print_diff(expected: &str, actual: &str)
Prints a colorized line diff of expected
and actual
.