mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2026-03-06 22:04:07 +01:00
Numbers: inline normalize()
This commit is contained in:
@@ -60,7 +60,6 @@ TEST_CASE("TextFormatter::writeFloat(double)") {
|
||||
}
|
||||
|
||||
SECTION("Big exponent") {
|
||||
// this test increases coverage of normalize()
|
||||
check<double>(1e255, "1e255");
|
||||
check<double>(1e-255, "1e-255");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user