Validate correct string data in fuzz test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user