macro_rules! symbol_table_test {
($test_name:ident, $setup:block, $assertion:block) => { ... };
}
Expand description
Macro for generating symbol table tests with consistent patterns.
macro_rules! symbol_table_test {
($test_name:ident, $setup:block, $assertion:block) => { ... };
}
Macro for generating symbol table tests with consistent patterns.