mirror of
https://github.com/json-c/json-c.git
synced 2026-03-31 02:49:06 +08:00
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:
@@ -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=)
|
||||
|
||||
Reference in New Issue
Block a user