mirror of
https://github.com/nlohmann/json.git
synced 2026-02-21 19:06:27 +00:00
⏪ reverting first/second experiment #350
This commit is contained in:
@@ -34,6 +34,8 @@ using nlohmann::json;
|
||||
|
||||
#include <fstream>
|
||||
|
||||
void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4);
|
||||
|
||||
// create and check a JSON string with up to four UTF-8 bytes
|
||||
void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user