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