mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Append terminator in saveStringFromFreeZone()
This commit is contained in:
@@ -18,7 +18,6 @@ static void testCodepoint(uint32_t codepoint, std::string expected) {
|
||||
CAPTURE(codepoint);
|
||||
Utf8::encodeCodepoint(codepoint, str);
|
||||
|
||||
str.append('\0');
|
||||
REQUIRE(str.str().c_str() == expected);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user