⏪ reverting first/second experiment #350
This commit is contained in:
parent
723c875604
commit
0c3ffe12cd
8 changed files with 37 additions and 810 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue