Searched refs:negativeInfString (Results 1 – 2 of 2) sorted by relevance
1711 negativeInfString = '"' ~ JSONFloatLiteral.negativeInf ~ '"', enumerator1717 …assert(JSONValue(-real.infinity).toString(JSONOptions.specialFloatLiterals) == negativeInfString);1727 JSONValue jvNegInf = parseJSON(negativeInfString, JSONOptions.specialFloatLiterals);1736 jvNegInf = parseJSON(negativeInfString);
2124 negativeInfString = '"' ~ JSONFloatLiteral.negativeInf ~ '"',2130 …assert(JSONValue(-real.infinity).toString(JSONOptions.specialFloatLiterals) == negativeInfString);2140 JSONValue jvNegInf = parseJSON(negativeInfString, JSONOptions.specialFloatLiterals);2149 jvNegInf = parseJSON(negativeInfString);