summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/foreach-error
blob: fb4a2369e855ae8e6a7c75066381a9fa4f8e4541 (plain)
1
2
3
4
5
foreach "%{expr:1 + 2}" {	# ERROR
	update reply {
	       Called-Station-Id += "%{Foreach-Variable-0}"
	}
}