mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-03 16:11:36 +01:00
JsonString: change default ownership to Copied
This commit is contained in:
@@ -96,7 +96,7 @@ TEST_CASE("JsonString") {
|
||||
JsonString s("hello world", 5);
|
||||
|
||||
CHECK(s.size() == 5);
|
||||
CHECK(s.isLinked() == true);
|
||||
CHECK(s.isLinked() == false);
|
||||
CHECK(s == "hello");
|
||||
CHECK(s != "hello world");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user