forked from bblanchon/ArduinoJson
Add CollectionIterator
This commit is contained in:
@ -51,7 +51,8 @@ TEST_CASE("JsonObject::remove()") {
|
||||
}
|
||||
|
||||
SECTION("Remove last") {
|
||||
it += 2;
|
||||
++it;
|
||||
++it;
|
||||
obj.remove(it);
|
||||
serializeJson(obj, result);
|
||||
REQUIRE("{\"a\":0,\"b\":1}" == result);
|
||||
|
Reference in New Issue
Block a user