Macro create_parse_test

Source
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.