summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/count-error
blob: f0723cb56b7ebab2c694718df674703b5a310ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
update control {
       Cleartext-Password := 'hello'
}

update reply {
       Filter-Id := "filter"
}

update request {
	Tmp-String-0 := &reply:Filter-Id[#]	# ERROR
}