macro_rules! assert_strings_eq {
($left:expr, $right:expr,) => { ... };
($left:expr, $right:expr) => { ... };
($left:expr, $right:expr, $($args:tt)*) => { ... };
}
Expand description
Compare the given strings and panic when not equal with a colorized line diff.