Macro assert_text_match

Source
macro_rules! assert_text_match {
    ($left: expr, $right: expr) => { ... };
}