1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-29 23:23:02 +04:00

🚧 fixed test cases #1198

This commit is contained in:
Niels Lohmann
2018-10-22 18:20:45 +02:00
parent c51b1e6fab
commit 951a7a6455
2 changed files with 6 additions and 4 deletions
-1
View File
@@ -100,7 +100,6 @@ void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3
// check that replace string contains a replacement character
CHECK(s_replaced.find("\xEF\xBF\xBD") != std::string::npos);
}
// check that prefix and suffix are preserved