diff options
Diffstat (limited to 'tests/json/t-config.out.json')
-rw-r--r-- | tests/json/t-config.out.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/json/t-config.out.json b/tests/json/t-config.out.json new file mode 100644 index 00000000..fce36a0f --- /dev/null +++ b/tests/json/t-config.out.json @@ -0,0 +1,19 @@ +{ + "components": [{ + "name": "gpg", + "description": "OpenPGP", + "options": [{ + "name": "Monitor", + "flags": 1, + "level": 0, + "type": 0, + "alt_type": 0 + }, { + "name": "verbose", + "description": "verbose", + "level": 0, + "type": 0, + "alt_type": 0 + }] + }] +} |