mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
💚 added tests #1198
Test every prefix of Unicode sequences against the different dump functions.
This commit is contained in:
@ -10394,6 +10394,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