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

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

if (User-Name == "bob") {
	break			# ERROR
}