forked from bblanchon/ArduinoJson
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