From c782398ca431b1311ea0e0848606ce9c6cf787bd Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Sat, 29 Sep 2007 22:40:58 +0000 Subject: the last commit for AEL affected a small number of tests. Added a regression test for glob'd includes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84134 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/ael/ael-test/ael-ntest22/t3/g.ael | 4 ++++ pbx/ael/ael-test/ael-ntest22/t3/h.ael | 6 ++++++ pbx/ael/ael-test/ael-ntest22/t3/i.ael | 4 ++++ pbx/ael/ael-test/ael-ntest22/t3/j.ael | 6 ++++++ 4 files changed, 20 insertions(+) create mode 100644 pbx/ael/ael-test/ael-ntest22/t3/g.ael create mode 100644 pbx/ael/ael-test/ael-ntest22/t3/h.ael create mode 100644 pbx/ael/ael-test/ael-ntest22/t3/i.ael create mode 100644 pbx/ael/ael-test/ael-ntest22/t3/j.ael (limited to 'pbx/ael/ael-test/ael-ntest22/t3') diff --git a/pbx/ael/ael-test/ael-ntest22/t3/g.ael b/pbx/ael/ael-test/ael-ntest22/t3/g.ael new file mode 100644 index 000000000..0f1ecc805 --- /dev/null +++ b/pbx/ael/ael-test/ael-ntest22/t3/g.ael @@ -0,0 +1,4 @@ +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 new file mode 100644 index 000000000..f9e3ca89f --- /dev/null +++ b/pbx/ael/ael-test/ael-ntest22/t3/h.ael @@ -0,0 +1,6 @@ + + +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 new file mode 100644 index 000000000..5639a1e98 --- /dev/null +++ b/pbx/ael/ael-test/ael-ntest22/t3/i.ael @@ -0,0 +1,4 @@ +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 new file mode 100644 index 000000000..8dfc6c05f --- /dev/null +++ b/pbx/ael/ael-test/ael-ntest22/t3/j.ael @@ -0,0 +1,6 @@ + + +context j +{ + 567 => NoOp(hi there, j); +} -- cgit v1.2.3