mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Merge branch 'master' into 6.x
This commit is contained in:
@@ -79,6 +79,7 @@ void checkIsString(const char *value) {
|
||||
var.set(value);
|
||||
|
||||
REQUIRE(var.is<const char *>());
|
||||
REQUIRE(var.is<std::string>());
|
||||
|
||||
REQUIRE_FALSE(var.is<bool>());
|
||||
REQUIRE_FALSE(var.is<int>());
|
||||
|
||||
Reference in New Issue
Block a user