summaryrefslogtreecommitdiff
path: root/tests/format/option-flags/element-in.bst
blob: d8565e60378778cb7a6596bb475627ee0eb27fd6 (plain)
1
2
3
4
5
6
7
8
9
10
kind: autotools
variables:
  result: "a pony"
  (?):
  - ("zebry" in farm):
      result: "a zebry"
  - ("pony" not in farm):
      result: "no pony"
  - (animal not in farm):
      result: "no horsy"