mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Created a failing test
This commit is contained in:
		| @@ -38,6 +38,13 @@ namespace JsonGeneratorTests | ||||
|             outputMustBe("{\"key1\":\"value1\",\"key2\":\"value2\"}"); | ||||
|         } | ||||
|  | ||||
|         TEST_METHOD(ReplaceExistingKey) | ||||
|         { | ||||
|             add("key", "value1"); | ||||
|             add("key", "value2"); | ||||
|             outputMustBe("{\"key\":\"value2\"}"); | ||||
|         } | ||||
|  | ||||
|         TEST_METHOD(OneStringOverCapacity) | ||||
|         { | ||||
|             add("key1", "value1"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user