mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-23 11:20:02 +00:00
fixed code generator for array of bools
Change-Id: I3cdd801b641bf180222203a37634598350d340e3
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
9689d38bef
commit
ac10873e26
@@ -37,6 +37,9 @@
|
||||
"test1",
|
||||
"test2"
|
||||
],
|
||||
testarrayofbools:[
|
||||
true, false, true
|
||||
],
|
||||
testhashs32_fnv1: "This string is being hashed!",
|
||||
testhashu32_fnv1: "This string is being hashed!",
|
||||
testhashs64_fnv1: "This string is being hashed!",
|
||||
|
||||
Reference in New Issue
Block a user