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

This commit is contained in:
Darjan Krijan
2018-11-21 22:41:13 +01:00
parent 3943960874
commit b0bceaa8bf
4 changed files with 91 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ TESTS+= test_set_value.test
TESTS+= test_visit.test
TESTS+= test_json_pointer.test
TESTS+= test_int_add.test
TESTS+= test_string_spaced_pretty.test
check_PROGRAMS=
check_PROGRAMS += $(TESTS:.test=)