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

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

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