macro_rules! assert_io_read_to_string_matches { ($($arg:tt)*) => { ... }; }
👎Deprecated: Please rename from
assert_io_read_to_string_matches into assert_io_read_to_string_is_match.Expand description
Assert a ::std::io::read_to_string(path) is a match to a regex.
Deprecated. Please rename from assert_io_read_to_string_matches into assert_io_read_to_string_is_match.