mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Replace CopiedString and LinkedString with JsonString
				
					
				
			This commit is contained in:
		| @@ -18,7 +18,7 @@ TEST_CASE("StringCopier") { | ||||
|     str.append("hello"); | ||||
|  | ||||
|     REQUIRE(str.isValid() == true); | ||||
|     REQUIRE(std::string(str.str()) == "hello"); | ||||
|     REQUIRE(str.str() == "hello"); | ||||
|     REQUIRE(pool.overflowed() == false); | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user