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

options:
  opt:
    type: bool
    description: Whether to build in an opt prefix
    default: False

variables:
  (?):
  - not: Allowed any adjacent keys beside the expression.
    opt:
      prefix: "/opt"