Skip to content

Commit

Permalink
🔨 fix numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jul 21, 2021
1 parent eecd5a7 commit c05be30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/src/unit-unicode2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion test/src/unit-unicode3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion test/src/unit-unicode4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion test/src/unit-unicode5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c05be30

Please sign in to comment.