summaryrefslogtreecommitdiff
path: root/tests/format/option-enum/element.bst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/option-enum/element.bst')
-rw-r--r--tests/format/option-enum/element.bst8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/format/option-enum/element.bst b/tests/format/option-enum/element.bst
new file mode 100644
index 000000000..4839b311a
--- /dev/null
+++ b/tests/format/option-enum/element.bst
@@ -0,0 +1,8 @@
+kind: autotools
+variables:
+ result: "a pony"
+ (?):
+ - brother == "zebry":
+ result: "a zebry"
+ - brother == "horsy":
+ result: "a horsy"