/* Multiple :-separated arguments, and spacing, and newlines */
m = mx_parse("macro6", 1, "@macro : \n arg1 : \n arg2@", NULL);
insist(m->type == MX_EXPANSION);
/* Multiple :-separated arguments, and spacing, and newlines */
m = mx_parse("macro6", 1, "@macro : \n arg1 : \n arg2@", NULL);
insist(m->type == MX_EXPANSION);