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:
vglavnyy
2018-01-05 01:12:18 +07:00
committed by Wouter van Oortmerssen
parent a056402f56
commit 70f345012d
3 changed files with 69 additions and 34 deletions

View File

@@ -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"
},