]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Update the set_serializer test to match the actual output.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 9 Sep 2012 18:53:12 +0000 (13:53 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 9 Sep 2012 18:53:12 +0000 (13:53 -0500)
tests/test_set_serializer.expected

index b91a0814dfe3dae64ee8fdc8c7f102e2d420b023..ad44a9053be6a701d1e4240994d228f8d4fcf06c 100644 (file)
@@ -1,3 +1,4 @@
+Test setting, then resetting a custom serializer:
 my_object.to_string(standard)={ "abc": 12, "foo": "bar" }
 my_object.to_string(custom serializer)=Custom Output
 Next line of output should be from the custom freeit function: