summaryrefslogtreecommitdiff
path: root/tests/format/option-enum/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/option-enum/project.conf')
-rw-r--r--tests/format/option-enum/project.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/format/option-enum/project.conf b/tests/format/option-enum/project.conf
new file mode 100644
index 000000000..0b8ea6d1e
--- /dev/null
+++ b/tests/format/option-enum/project.conf
@@ -0,0 +1,19 @@
+name: test
+
+options:
+ brother:
+ type: enum
+ description: The kind of animal of the brother
+ values:
+ - pony
+ - horsy
+ - zebry
+ default: pony
+ sister:
+ type: enum
+ description: The kind of animal of the sister
+ values:
+ - pony
+ - horsy
+ - zebry
+ default: zebry