mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Fixed JsonVariant::is<int>() that returned true for empty strings
				
					
				
			This commit is contained in:
		| @@ -12,6 +12,10 @@ TEST_CASE("isInteger()") { | ||||
|     REQUIRE_FALSE(isInteger(NULL)); | ||||
|   } | ||||
|  | ||||
|   SECTION("Empty String") { | ||||
|     REQUIRE_FALSE(isInteger("")); | ||||
|   } | ||||
|  | ||||
|   SECTION("FloatNotInteger") { | ||||
|     REQUIRE_FALSE(isInteger("3.14")); | ||||
|     REQUIRE_FALSE(isInteger("-3.14")); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user