mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-16 15:29:30 +01:00
@@ -114,6 +114,7 @@ TEST_CASE("JsonDocument::operator[] key storage") {
|
||||
REQUIRE(doc.as<std::string>() == "{\"hello\":0}");
|
||||
REQUIRE(spy.log() == AllocatorLog{
|
||||
Allocate(sizeofPool()),
|
||||
Allocate(sizeofString("hello")),
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user