Jordy

Results 1 issues of Jordy

The generator incorrectly parses `double` values as `int` when the fractional part of `double` consists solely zeros. For example, 1.0 or 1.00 both resolve to `int` wheres 1.1 or 1.01...