macro_rules! create_parse_test {
($test_name:ident, $code:literal, $file_name:literal) => { ... };
}
Expand description
Macro for generating test functions for AST parsing. Reduces duplication in test code.
macro_rules! create_parse_test {
($test_name:ident, $code:literal, $file_name:literal) => { ... };
}
Macro for generating test functions for AST parsing. Reduces duplication in test code.