macro_rules! assert_io_read_to_string_matches_as_result {
($($arg:tt)*) => { ... };
}👎Deprecated: Please rename from
assert_io_read_to_string_matches_as_result into assert_io_read_to_string_is_match_as_result.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_as_result into assert_io_read_to_string_is_match_as_result.