🔨 fix numbers

This commit is contained in:
Niels Lohmann 2021-07-21 19:33:36 +02:00
parent eecd5a7de6
commit c05be30e8c
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
4 changed files with 4 additions and 4 deletions

View File

@ -140,7 +140,7 @@ void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte
{
if (++calls % 100000 == 0)
{
std::cout << calls << " of 8860608 UTF-8 strings checked" << std::endl;
std::cout << calls << " of 455355 UTF-8 strings checked" << std::endl;
}
static std::string json_string;

View File

@ -140,7 +140,7 @@ void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte
{
if (++calls % 100000 == 0)
{
std::cout << calls << " of 8860608 UTF-8 strings checked" << std::endl;
std::cout << calls << " of 1641521 UTF-8 strings checked" << std::endl;
}
static std::string json_string;

View File

@ -140,7 +140,7 @@ void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte
{
if (++calls % 100000 == 0)
{
std::cout << calls << " of 8860608 UTF-8 strings checked" << std::endl;
std::cout << calls << " of 5517507 UTF-8 strings checked" << std::endl;
}
static std::string json_string;

View File

@ -140,7 +140,7 @@ void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte
{
if (++calls % 100000 == 0)
{
std::cout << calls << " of 8860608 UTF-8 strings checked" << std::endl;
std::cout << calls << " of 1246225 UTF-8 strings checked" << std::endl;
}
static std::string json_string;