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