mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Test: extracted executable Cpp11Tests
This commit is contained in:
		| @@ -22,7 +22,8 @@ TEST_CASE("ARDUINOJSON_ENABLE_INFINITY == 1") { | ||||
|   } | ||||
|  | ||||
|   SECTION("deserializeJson()") { | ||||
|     auto err = deserializeJson(doc, "[Infinity,-Infinity,+Infinity]"); | ||||
|     DeserializationError err = | ||||
|         deserializeJson(doc, "[Infinity,-Infinity,+Infinity]"); | ||||
|     float a = doc[0]; | ||||
|     float b = doc[1]; | ||||
|     float c = doc[2]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user