5 lines
193 B
XML
5 lines
193 B
XML
# require errors when variable is missing
|
|
$ fecho tpl {{ require .FILE }}
|
|
$ pda set tmpl@tplr < tpl
|
|
$ pda get tmpl@tplr --> FAIL
|
|
FAIL cannot get 'tmpl@tplr': required value is missing or empty
|