aboutsummaryrefslogtreecommitdiffstats
path: root/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23
diff options
context:
space:
mode:
Diffstat (limited to '1.4.23-rc4/pbx/ael/ael-test/ael-ntest23')
-rw-r--r--1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/extensions.ael7
-rw-r--r--1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/qq.ael6
-rw-r--r--1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t1/a.ael4
-rw-r--r--1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t1/b.ael6
-rw-r--r--1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t1/c.ael13
-rw-r--r--1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t2/d.ael4
-rw-r--r--1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t2/e.ael6
-rw-r--r--1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t2/f.ael9
-rw-r--r--1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/g.ael4
-rw-r--r--1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/h.ael6
-rw-r--r--1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/i.ael4
-rw-r--r--1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/j.ael6
12 files changed, 75 insertions, 0 deletions
diff --git a/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/extensions.ael b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/extensions.ael
new file mode 100644
index 000000000..7128258ed
--- /dev/null
+++ b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/extensions.ael
@@ -0,0 +1,7 @@
+#include "t1/*.ael"
+
+context z ()
+{
+ 123 => NoOp(hi there, z);
+ 124 => NoOp(hi there, z);
+}
diff --git a/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/qq.ael b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/qq.ael
new file mode 100644
index 000000000..c446f53fc
--- /dev/null
+++ b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/qq.ael
@@ -0,0 +1,6 @@
+
+
+context qq
+{
+ 567 => NoOp(hi there, qq);
+}
diff --git a/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t1/a.ael b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t1/a.ael
new file mode 100644
index 000000000..62e3fc588
--- /dev/null
+++ b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t1/a.ael
@@ -0,0 +1,4 @@
+context a
+{
+ 134 => NoOp(hi there, a);
+}
diff --git a/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t1/b.ael b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t1/b.ael
new file mode 100644
index 000000000..29d8d1ff4
--- /dev/null
+++ b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t1/b.ael
@@ -0,0 +1,6 @@
+
+
+context b
+{
+ 456 => NoOp(hithere, b);
+}
diff --git a/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t1/c.ael b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t1/c.ael
new file mode 100644
index 000000000..d18eb7677
--- /dev/null
+++ b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t1/c.ael
@@ -0,0 +1,13 @@
+
+
+context c()
+{
+ 567 => NoOp(hi there, c);
+}
+
+#include "t2/*.ael"
+
+context w()
+{
+ 890 => NoOp(hi there, w);
+}
diff --git a/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t2/d.ael b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t2/d.ael
new file mode 100644
index 000000000..6362278f7
--- /dev/null
+++ b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t2/d.ael
@@ -0,0 +1,4 @@
+context d
+{
+ 134 => NoOp(hi there, d);
+}
diff --git a/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t2/e.ael b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t2/e.ael
new file mode 100644
index 000000000..9465c8b4e
--- /dev/null
+++ b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t2/e.ael
@@ -0,0 +1,6 @@
+
+
+context e
+{
+ 456 => NoOp(hithere, e);
+}
diff --git a/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t2/f.ael b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t2/f.ael
new file mode 100644
index 000000000..ba15a6389
--- /dev/null
+++ b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t2/f.ael
@@ -0,0 +1,9 @@
+#include "qq.ael"
+
+context f
+{
+ 567 => NoOp(hi there, f);
+}
+
+#include "t3/*.ael"
+
diff --git a/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/g.ael b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/g.ael
new file mode 100644
index 000000000..0f1ecc805
--- /dev/null
+++ b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/g.ael
@@ -0,0 +1,4 @@
+context g
+{
+ 134 => NoOp(hi there, g);
+}
diff --git a/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/h.ael b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/h.ael
new file mode 100644
index 000000000..f9e3ca89f
--- /dev/null
+++ b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/h.ael
@@ -0,0 +1,6 @@
+
+
+context h
+{
+ 456 => NoOp(hithere, h);
+}
diff --git a/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/i.ael b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/i.ael
new file mode 100644
index 000000000..5639a1e98
--- /dev/null
+++ b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/i.ael
@@ -0,0 +1,4 @@
+context i
+{
+ 134 => NoOp(hi there, i);
+}
diff --git a/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/j.ael b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/j.ael
new file mode 100644
index 000000000..8dfc6c05f
--- /dev/null
+++ b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest23/t3/j.ael
@@ -0,0 +1,6 @@
+
+
+context j
+{
+ 567 => NoOp(hi there, j);
+}