summaryrefslogtreecommitdiff
path: root/tests/format/options/undefined-variable/project.conf
blob: d634ef0a46d5aa2eeacec34cc2b0bc53fd320609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: test

options:
  pony:
    type: bool
    description: Whether a pony
    default: False

variables:
  (?):
  - pony == foo:
      prefix: "/opt"