fix Delta print of Union

This commit is contained in:
Michael Davidsaver
2020-04-17 14:15:16 -07:00
parent d65abb28ea
commit 7e6a08def7
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -416,6 +416,7 @@ void testFormat()
"array.choice[0]->one int32_t = 1357\n"
"array.choice[1] null\n"
"array.choice[2] union\n"
"array.choice[2]->two struct\n"
"array.choice[2]->two.ahalf int32_t = 2468\n"
"array.more struct[] = {\?}[]\n"
);