Added test cases for spaced pretty and pretty_tab used together

This commit is contained in:
Darjan Krijan
2018-12-07 17:30:15 +01:00
parent 3943960874
commit 7a9075c16b
7 changed files with 251 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ static struct {
{ "plain", JSON_C_TO_STRING_PLAIN },
{ "spaced", JSON_C_TO_STRING_SPACED },
{ "pretty", JSON_C_TO_STRING_PRETTY },
{ "pretty_tab", JSON_C_TO_STRING_PRETTY_TAB },
};
#ifndef NELEM