This commit merges the contents of 7721, as it applied to the trunk version. Added the item that would previously trigger a false error to test1.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@39571 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Steve Murphy
2006-08-12 19:28:33 +00:00
parent 1d2b76a0f8
commit 834c7265de
3 changed files with 478 additions and 438 deletions

View File

@@ -94,7 +94,7 @@ context testloop {
y=${y}-1;
};
};
regexten hint(nasty/Thingy) 3 => {
regexten hint(nasty/Thingy&nasty/Thingamabob) 3 => {
for (x=0; ${x} < 3; x=${x} + 1)
{
Verbose(x is ${x} !);