mirror of
https://github.com/json-c/json-c.git
synced 2026-04-02 03:49:06 +08:00
Added test cases for spaced pretty and pretty_tab used together
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user