Function pact_matching::match_text [] [src]

pub fn match_text(
    expected: &String,
    actual: &String,
    mismatches: &mut Vec<Mismatch>
)

Matches the actual text body to the expected one.