aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/pbx/ael/ael-test/ael-ntest9/extensions.ael
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/pbx/ael/ael-test/ael-ntest9/extensions.ael')
-rwxr-xr-xtrunk/pbx/ael/ael-test/ael-ntest9/extensions.ael12
1 files changed, 0 insertions, 12 deletions
diff --git a/trunk/pbx/ael/ael-test/ael-ntest9/extensions.ael b/trunk/pbx/ael/ael-test/ael-ntest9/extensions.ael
deleted file mode 100755
index b9762ed54..000000000
--- a/trunk/pbx/ael/ael-test/ael-ntest9/extensions.ael
+++ /dev/null
@@ -1,12 +0,0 @@
-
-context workext {
- ignorepat => 8;
- ignorepat => 9;
- 793 => {
- Set(QUERYSTRING=SELECT\ foo\,\ bar\ FROM\ foobar);
- Verbose(2|${QUERYSTRING});
- query="SELECT foo\, bar FROM foobar" ;
- Verbose(2|${query}) ;
- }
-}
-