Test Stream::parseFloat() with a huge number of digits
Give a 311-digit number to Stream::parseFloat(). This makes the local variable `value' overflow to infinity. With so many digits, the number cannot be parsed into an integer, not even into an integer stored as a `double'. Note that 40 digits would be enough to unveil this issue on AVR.
E
Edgar Bonet committed
91c5e2985335c6cf88c5977cbbc311c292bbf7b8
Parent: 1266b08