add parseh tests

This commit is contained in:
Andrew Kelley
2016-01-28 11:54:34 -07:00
parent 474340a003
commit f1c5d3d3a1
4 changed files with 149 additions and 29 deletions

View File

@@ -672,7 +672,7 @@ static void render_node(AstRender *ar, AstNode *node) {
}
ar->indent -= ar->indent_size;
fprintf(ar->f, "}\n");
fprintf(ar->f, "}");
break;
}
case NodeTypeStructField: