mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 00:48:56 +00:00
ast-print wording change (bigdiff for regtest expected-output file)
This commit is contained in:
parent
78d0313fcd
commit
486aa8f5bd
2 changed files with 3558 additions and 3558 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue