Macro test_eq

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