forked from BigfootDev/flatbuffers
[idl_parser] Unify parsing of NaN values read from .fbs and .json files (#6296)
This commit unifies parsing of NaN values read from .fbs and .json files by converting them to unsigned NaN.
This commit is contained in:
@@ -17,7 +17,11 @@
|
||||
"e"
|
||||
"f"
|
||||
"nan"
|
||||
"-nan"
|
||||
"+nan"
|
||||
"inf"
|
||||
"+inf"
|
||||
"-inf"
|
||||
"infinity"
|
||||
"+infinity"
|
||||
"-infinity"
|
||||
|
||||
Reference in New Issue
Block a user