sharedArray formatting with size limit.

This commit is contained in:
Michael Davidsaver
2020-03-19 16:39:15 -07:00
parent 3c937f233c
commit 078e0ea69f
6 changed files with 113 additions and 100 deletions
+2 -2
View File
@@ -386,7 +386,7 @@ void testFormat()
" int32_t ahalf = 2468\n"
" }\n"
" ]\n"
" struct[] more = [null]\n"
" struct[] more = {\?}[]\n"
" } array\n"
"}\n"
);
@@ -417,7 +417,7 @@ void testFormat()
"array.choice[1] null\n"
"array.choice[2] union\n"
"array.choice[2]->two.ahalf int32_t = 2468\n"
"array.more struct[] = [null]\n"
"array.more struct[] = {\?}[]\n"
);
}