summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/unknown-name
blob: 5a99ac97610f5e75572fcc99c99edb67cfe33e96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
#  PRE: update unknown
#
update control {
       Cleartext-Password := 'hello'
}

#
#  This delayed binding should result in a parse error
#
if (&User-Name == &Foo-Bar-Baz) { # ERROR
	update reply {
		Filter-Id += "fail-2"
	}
}