summaryrefslogtreecommitdiff
path: root/tests/specs/run/_020_json_modules/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/_020_json_modules/config.json')
-rw-r--r--tests/specs/run/_020_json_modules/config.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/specs/run/_020_json_modules/config.json b/tests/specs/run/_020_json_modules/config.json
new file mode 100644
index 000000000..01c3b5e79
--- /dev/null
+++ b/tests/specs/run/_020_json_modules/config.json
@@ -0,0 +1,6 @@
+{
+ "foo": {
+ "bar": true,
+ "baz": ["qat", 1]
+ }
+}