]> granicus.if.org Git - json-c/commitdiff
Fix the expected output for test_set_serializer.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 24 Jul 2022 19:00:27 +0000 (19:00 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 24 Jul 2022 19:00:27 +0000 (19:00 +0000)
tests/test_set_serializer.expected

index 9629dd6e873856ecad5b157f8b6d100f5c88829d..9a1351282c857f76489999364510150a651f7698 100644 (file)
@@ -9,4 +9,4 @@ my_object.to_string(custom serializer)=Custom Output
 Next line of output should be from the custom freeit function:
 freeit, value=123
 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}