Skip to main content

fix_tests

Macro fix_tests 

Source
macro_rules! fix_tests {
    (line, $check_fn:ident, $fix_fn:ident) => { ... };
    (ast, $check_fn:ident, $fix_fn:ident) => { ... };
    (ast_tree, $check_fn:ident, $fix_fn:ident) => { ... };
}
Expand description

Verify fix functions resolve all violations in failing examples.