[][src]Function pact_matching::match_text

pub fn match_text(
    expected: &Vec<u8>,
    actual: &Vec<u8>,
    context: &MatchingContext
) -> Result<(), Vec<Mismatch>>

Matches the actual text body to the expected one.