Files
flatbuffers/tests/fuzzer/scalar_json.dict
Vladimir Glavnyy 8d9eae9ac9 [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.
2020-12-07 11:12:58 -08:00

28 lines
154 B
Plaintext

"-"
"+"
"."
"e"
"e+"
"e-"
"E"
"E+"
"E-"
"0x"
"-0x"
"p"
"a"
"b"
"c"
"d"
"e"
"f"
"nan"
"-nan"
"+nan"
"inf"
"+inf"
"-inf"
"infinity"
"+infinity"
"-infinity"