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