]> granicus.if.org Git - json-c/commit
Added a test for the space after \n issue with flags=JSON_C_TO_STRING_SPACED|JSON_C_T...
authorDarjan Krijan <darjan_krijan@gmx.de>
Wed, 21 Nov 2018 21:41:13 +0000 (22:41 +0100)
committerDarjan Krijan <darjan_krijan@gmx.de>
Wed, 21 Nov 2018 21:41:13 +0000 (22:41 +0100)
commitb0bceaa8bf3f687d78b88dbae694ae67a3095cba
tree69b008527e91e93217631b60462fff8faafb697f
parent3943960874e92de9bbf9975b97265184547bf1b8
Added a test for the space after \n issue with flags=JSON_C_TO_STRING_SPACED|JSON_C_TO_STRING_PRETTY|(JSON_C_TO_STRING_PRETTY_TAB) used in json_object_array_to_json_string
tests/Makefile.am
tests/test_string_spaced_pretty.c [new file with mode: 0644]
tests/test_string_spaced_pretty.expected [new file with mode: 0644]
tests/test_string_spaced_pretty.test [new symlink]