Quotation marks are need for string like "1e3"
, otherwise it will be regard as number 1000
#96
Labels
"1e3"
, otherwise it will be regard as number 1000
#96
actually print
t: 1e3
should be
t: "1e3"
It's an old bug from YamlDotNet. Seems no hope to be fixed in YamlDotNet.
The text was updated successfully, but these errors were encountered: