mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-17 12:32:17 +02:00
JsonVariant automatically promotes to JsonObject or JsonArray on write
This commit is contained in:
@ -147,7 +147,7 @@ TEST_CASE("unsigned char[]") {
|
||||
}
|
||||
}
|
||||
|
||||
SECTION("JsonObjectSubscript") {
|
||||
SECTION("MemberProxy") {
|
||||
SECTION("operator=") { // issue #416
|
||||
unsigned char value[] = "world";
|
||||
|
||||
@ -181,7 +181,7 @@ TEST_CASE("unsigned char[]") {
|
||||
}
|
||||
}
|
||||
|
||||
SECTION("JsonArraySubscript") {
|
||||
SECTION("ElementProxy") {
|
||||
SECTION("set()") {
|
||||
unsigned char value[] = "world";
|
||||
|
||||
|
Reference in New Issue
Block a user