blob: fde971050c75495b868322dabb9e0d0c513715cc [file] [log] [blame]
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"