summaryrefslogtreecommitdiff
path: root/pbx/ael/ael-test/ael-test1
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2006-08-12 19:28:33 +0000
committerSteve Murphy <murf@digium.com>2006-08-12 19:28:33 +0000
commit834c7265dedec362213641bb72ae0e5bc4cf29c4 (patch)
treeb54e2b9d3d46f7e5afca969e81cd8b413b46b79c /pbx/ael/ael-test/ael-test1
parent1d2b76a0f8c23c2025145d2969d699ab7e213d7f (diff)
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
Diffstat (limited to 'pbx/ael/ael-test/ael-test1')
-rw-r--r--pbx/ael/ael-test/ael-test1/extensions.ael2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/ael/ael-test/ael-test1/extensions.ael b/pbx/ael/ael-test/ael-test1/extensions.ael
index d25ddd323..e1943f67c 100644
--- a/pbx/ael/ael-test/ael-test1/extensions.ael
+++ b/pbx/ael/ael-test/ael-test1/extensions.ael
@@ -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} !);