mirror of
https://github.com/nlohmann/json.git
synced 2026-04-03 06:38:53 +00:00
💚 added tests #1198
Test every prefix of Unicode sequences against the different dump functions.
This commit is contained in:
@@ -442,6 +442,7 @@ class serializer
|
||||
string_buffer[bytes++] = 'f';
|
||||
string_buffer[bytes++] = 'f';
|
||||
string_buffer[bytes++] = 'd';
|
||||
bytes_after_last_accept = bytes;
|
||||
}
|
||||
|
||||
// continue processing the string
|
||||
|
||||
Reference in New Issue
Block a user