mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Extracted the class Latch
also fixed a buffer overrun and reduced the code size
This commit is contained in:
		| @@ -445,6 +445,15 @@ TEST_CASE("Filtering") { | ||||
|       "[]",  | ||||
|       JSON_ARRAY_SIZE(0) | ||||
|     }, | ||||
|     { | ||||
|       // supports back-slash at the end of skipped string | ||||
|       "\"hell\\", | ||||
|       "false",  | ||||
|       1, | ||||
|       DeserializationError::IncompleteInput, | ||||
|       "null",  | ||||
|       0 | ||||
|     }, | ||||
|   };  // clang-format on | ||||
|  | ||||
|   for (size_t i = 0; i < sizeof(testCases) / sizeof(testCases[0]); i++) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user