summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/xlat-error
blob: b6a2587282542a4e014e63cb6957ba95de83fd9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
#  PRE: if xlat-attr-tag
#

#
#  missing a closing } for the expansion in the string.
#
if ("%{expr:1 + 2" == 3) { # ERROR
	update reply {
		Filter-Id := "fail"
	}
}