mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Inverted dependency between MemoryPool and string adapters.
Inserted a null after each raw string in the pool.
This commit is contained in:
		| @@ -94,8 +94,8 @@ TEST_CASE("BasicJsonDocument::shrinkToFit()") { | ||||
|   } | ||||
|  | ||||
|   SECTION("owned raw") { | ||||
|     doc.set(serialized(std::string("[{},123]"))); | ||||
|     testShrinkToFit(doc, "[{},123]", 8); | ||||
|     doc.set(serialized(std::string("[{},12]"))); | ||||
|     testShrinkToFit(doc, "[{},12]", 8); | ||||
|   } | ||||
|  | ||||
|   SECTION("linked key") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user