From: Eric Haszlakiewicz Date: Sun, 24 Jul 2022 19:00:27 +0000 (+0000) Subject: Fix the expected output for test_set_serializer. X-Git-Tag: json-c-0.17-20230812~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22773b1e5166ed0a6f8d9a5dac6e4bbb8c4d49c1;p=thirdparty%2Fjson-c.git Fix the expected output for test_set_serializer. --- diff --git a/tests/test_set_serializer.expected b/tests/test_set_serializer.expected index 9629dd6e..9a135128 100644 --- a/tests/test_set_serializer.expected +++ b/tests/test_set_serializer.expected @@ -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}