mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Reduced code size
This commit is contained in:
		| @@ -84,6 +84,7 @@ TEST_CASE("JsonWriter::writeFloat()") { | ||||
|   SECTION("Rounding when too many decimals") { | ||||
|     check(0.000099999999999, "0.0001"); | ||||
|     check(0.0000099999999999, "1e-5"); | ||||
|     check(0.9999999996, "1"); | ||||
|   } | ||||
|  | ||||
|   SECTION("9 decimal places") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user