[][src]Function pact_matching::match_text

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

Matches the actual text body to the expected one.