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