Blame tests/test_set_serializer.expected

Packit Service def718
Test setting, then resetting a custom serializer:
Packit Service def718
my_object.to_string(standard)={ "abc": 12, "foo": "bar" }
Packit Service def718
my_object.to_string(custom serializer)=Custom Output
Packit Service def718
Next line of output should be from the custom freeit function:
Packit Service def718
freeit, value=123
Packit Service def718
my_object.to_string(standard)={ "abc": 12, "foo": "bar" }
Packit Service def718
Check that the custom serializer isn't free'd until the last json_object_put:
Packit Service def718
my_object.to_string(custom serializer)=Custom Output
Packit Service def718
Next line of output should be from the custom freeit function:
Packit Service def718
freeit, value=123