summaryrefslogtreecommitdiff
path: root/tests/format/option-flags/element.bst
blob: fde971050c75495b868322dabb9e0d0c513715cc (plain)
1
2
3
4
5
6
7
8
9
10
kind: autotools
variables:
  result: "a pony"
  (?):
  - farm == [ "zebry" ]:
      result: "a zebry"
  - farm == [ "horsy", "pony" ]:
      result: "a pony and a horsy"
  - farm == [ "horsy", "pony", "zebry" ]:
      result: "all the animals"