5 lines
185 B
XML
5 lines
185 B
XML
# pda errors on missing key
|
|
$ fecho tpl1 {{ pda "missing" }}
|
|
$ pda set ref@tplre < tpl1
|
|
$ pda get ref@tplre --> FAIL
|
|
FAIL cannot get 'ref@tplre': pda: cannot get 'missing': no such key
|