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