summaryrefslogtreecommitdiff
path: root/tests/format/variables/missing_variables/manual3.bst
blob: 49686489036d0cfa283a4c68a27254b54ba234e0 (plain)
1
2
3
4
5
6
7
8
9
10
kind: manual

variables:
  hello: "Hello mister %{pony}"
  greeting: "The %{hello} string twice: %{hello} again"
  pony: "The pony is %{undefined}"

config:
  build-commands:
  - Some indirectly undefined variable %{greeting}