mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Improved coverage of JsonDeserializer
This commit is contained in:
		| @@ -13,7 +13,9 @@ TEST_CASE("Truncated JSON input") { | ||||
|                              // true | ||||
|                              "t", "tr", "tru", | ||||
|                              // null | ||||
|                              "n", "nu", "nul"}; | ||||
|                              "n", "nu", "nul", | ||||
|                              // object | ||||
|                              "{", "{a", "{a:", "{a:1", "{a:1,", "{a:1,"}; | ||||
|   const size_t testCount = sizeof(testCases) / sizeof(testCases[0]); | ||||
|  | ||||
|   DynamicJsonDocument doc(4096); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user