summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/unknown-if
blob: 3dccbff59c0072e20c85cb7a80d394d675d35401 (plain)
1
2
3
4
5
6
7
8
#
#  PRE: unknown-update
#
if (&This-Does-Not-Exist == 1) {	# ERROR
	update reply {
		Filter-Id := "fail"
	}
}