diff options
Diffstat (limited to 'src/lib/config/tests/testdata/spec19.spec')
-rw-r--r-- | src/lib/config/tests/testdata/spec19.spec | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lib/config/tests/testdata/spec19.spec b/src/lib/config/tests/testdata/spec19.spec new file mode 100644 index 0000000..1b3c703 --- /dev/null +++ b/src/lib/config/tests/testdata/spec19.spec @@ -0,0 +1,13 @@ +{ + "module_spec": { + "module_name": "Spec2", + "commands": [ + { + "command_name": "print_message", + "command_description": "Print the given message to stdout", + "command_args": 1 + } + ] + } +} + |