macro_rules! test_exec {
    (ignore, $syntax:expr, $tr:expr, $test_name:ident, $input:expr) => { ... };
    ($syntax:expr, $tr:expr, $test_name:ident, $input:expr) => { ... };
}
Expand description

Test transformation.