mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Fixed static JsonString not being saved by reference
This commit is contained in:
		| @@ -79,7 +79,7 @@ TEST_CASE("JsonVariant and strings") { | ||||
|     variant.set(JsonString(str, true)); | ||||
|     strcpy(str, "world"); | ||||
|  | ||||
|     REQUIRE(variant == "hello"); | ||||
|     REQUIRE(variant == "world"); | ||||
|   } | ||||
|  | ||||
|   SECTION("stores non-static JsonString by copy") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user