mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-04 13:14:49 +02:00
Fix assertion poolIndex < count_
after JsonDocument::clear()
Fixes #2034
This commit is contained in:
@@ -6,6 +6,7 @@ add_executable(JsonDocumentTests
|
||||
add.cpp
|
||||
assignment.cpp
|
||||
cast.cpp
|
||||
clear.cpp
|
||||
compare.cpp
|
||||
constructor.cpp
|
||||
containsKey.cpp
|
||||
|
Reference in New Issue
Block a user