mirror of
https://github.com/json-c/json-c.git
synced 2026-04-09 23:39:06 +08:00
Fix the expected output for test_set_serializer.
This commit is contained in:
@@ -9,4 +9,4 @@ my_object.to_string(custom serializer)=Custom Output
|
|||||||
Next line of output should be from the custom freeit function:
|
Next line of output should be from the custom freeit function:
|
||||||
freeit, value=123
|
freeit, value=123
|
||||||
Check that the custom serializer does not include nul byte:
|
Check that the custom serializer does not include nul byte:
|
||||||
my_object.to_string(custom serializer)={"double": 1.}
|
my_object.to_string(custom serializer)={"double": 1}
|
||||||
|
|||||||
Reference in New Issue
Block a user