aboutsummaryrefslogtreecommitdiffstats
path: root/1.4.23-rc4/pbx/ael/ael-test/ael-ntest22/t1
diff options
context:
space:
mode:
Diffstat (limited to '1.4.23-rc4/pbx/ael/ael-test/ael-ntest22/t1')
-rw-r--r--1.4.23-rc4/pbx/ael/ael-test/ael-ntest22/t1/a.ael4
-rw-r--r--1.4.23-rc4/pbx/ael/ael-test/ael-ntest22/t1/b.ael6
-rw-r--r--1.4.23-rc4/pbx/ael/ael-test/ael-ntest22/t1/c.ael13
3 files changed, 0 insertions, 23 deletions
diff --git a/1.4.23-rc4/pbx/ael/ael-test/ael-ntest22/t1/a.ael b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest22/t1/a.ael
deleted file mode 100644
index 62e3fc588..000000000
--- a/1.4.23-rc4/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/1.4.23-rc4/pbx/ael/ael-test/ael-ntest22/t1/b.ael b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest22/t1/b.ael
deleted file mode 100644
index 29d8d1ff4..000000000
--- a/1.4.23-rc4/pbx/ael/ael-test/ael-ntest22/t1/b.ael
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-context b
-{
- 456 => NoOp(hithere, b);
-}
diff --git a/1.4.23-rc4/pbx/ael/ael-test/ael-ntest22/t1/c.ael b/1.4.23-rc4/pbx/ael/ael-test/ael-ntest22/t1/c.ael
deleted file mode 100644
index 3c6df4bde..000000000
--- a/1.4.23-rc4/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);
-}