[][src]Function ra_ap_test_utils::lines_match

pub fn lines_match(expected: &str, actual: &str) -> bool

Compare a line with an expected pattern.

  • Use [..] as a wildcard to match 0 or more characters on the same line (similar to .* in a regex).