mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-23 07:17:30 +02: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