mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Renamed undocumented function isUndefined() to isUnbound()
This commit is contained in:
@@ -31,7 +31,7 @@ static void checkVariant(T value, const std::string& expected) {
|
||||
}
|
||||
|
||||
TEST_CASE("serialize MsgPack value") {
|
||||
SECTION("undefined") {
|
||||
SECTION("unbound") {
|
||||
checkVariant(JsonVariant(), "\xC0"); // we represent undefined as nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user