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