pub fn match_contains( expected: &str, actual: &str, cwd: Option<&Path>) -> Result<()>
Checks that the given string contains the given contiguous lines somewhere.
See Patterns for more information on pattern matching.