Macro assert_eq_output_for_input

Source
macro_rules! assert_eq_output_for_input {
    ($input: expr, $left: expr, $right: expr) => { ... };
}