ast-print wording change (bigdiff for regtest expected-output file)

This commit is contained in:
John Kerl 2016-06-15 21:50:54 -04:00
parent 78d0313fcd
commit 486aa8f5bd
2 changed files with 3558 additions and 3558 deletions

View file

@ -122,7 +122,7 @@ static void mlr_dsl_ast_node_print_aux(mlr_dsl_ast_node_t* pnode, int level, FIL
return;
for (int i = 0; i < level; i++)
fprintf(o, " ");
fprintf(o, "%s (%s)%s\n",
fprintf(o, "text=\"%s\", type=%s%s\n",
pnode->text,
mlr_dsl_ast_node_describe_type(pnode->type),
(pnode->pchildren != NULL) ? ":" : ".");

File diff suppressed because it is too large Load diff