summaryrefslogtreecommitdiff
path: root/tests/format/variables/missing_variables/manual3.bst
blob: ff3c8d5832e9d5a9c065b2e6140c6a8f68b6d681 (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}