summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/foreach-nested
blob: b6109a3db1137a45684ad5c797d883add7ed9d07 (plain)
1
2
3
4
5
6
7
8
9
# PRE: foreach
#
foreach Filter-Id {
	foreach Calling-Station-Id {
		update reply {
			Called-Station-Id += "%{Foreach-Variable-0} %{Foreach-Variable-1}"
		}
	}
}