Validate correct string data in fuzz test

This commit is contained in:
2025-05-21 15:45:24 -04:00
parent c261b64620
commit 611d1a07de
6 changed files with 264 additions and 25 deletions

View File

@@ -170,7 +170,7 @@ void testStreaming(std::string const &json) {
} // namespace
TEST_CASE("parser3") {
Callbacks c = serializeCallbacks();
WeaselJsonCallbacks c = serializeCallbacks();
SerializeState state;
{
auto copy = json;