macro_rules! debug_assert_command_stdout_is_match {
($($arg:tt)*) => { ... };
}👎Deprecated:
Please rename from debug_assert_command_stdout_is_match into debug_assert_command_stdout_string_is_match.
Expand description
Assert a command stdout string is a match to a regex.
Deprecated. Please rename from debug_assert_command_stdout_is_match into debug_assert_command_stdout_string_is_match.