mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-15 19:42:12 +02: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