mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 00:21:47 +00:00
GenerateText generate a text string for default identifier of enum and float scalar. An enum identifier printed as the strictly quoted string. (#4527)
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
a056402f56
commit
70f345012d
@@ -4,7 +4,7 @@
|
||||
y: 2.0,
|
||||
z: 3.0,
|
||||
test1: 3.0,
|
||||
test2: Green,
|
||||
test2: "Green",
|
||||
test3: {
|
||||
a: 10,
|
||||
b: 20
|
||||
@@ -24,7 +24,7 @@
|
||||
8,
|
||||
9
|
||||
],
|
||||
test_type: Monster,
|
||||
test_type: "Monster",
|
||||
test: {
|
||||
name: "Fred"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user