summaryrefslogtreecommitdiff
path: root/pbx/ael/ael-test/ael-test15
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2006-08-31 02:53:15 +0000
committerSteve Murphy <murf@digium.com>2006-08-31 02:53:15 +0000
commit6557d250c84977254fc48e360aaed4386ffd123d (patch)
treeac2165a2a83b341fb8cae9e66844b123ae77cb1c /pbx/ael/ael-test/ael-test15
parenta0cd4f4cc8ab7d98073900929c0738b3f7f42d9c (diff)
This commit is a basic AEL enhancement: c-style comments
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41527 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/ael/ael-test/ael-test15')
-rw-r--r--pbx/ael/ael-test/ael-test15/extensions.ael17
1 files changed, 17 insertions, 0 deletions
diff --git a/pbx/ael/ael-test/ael-test15/extensions.ael b/pbx/ael/ael-test/ael-test15/extensions.ael
new file mode 100644
index 000000000..c9cfdab96
--- /dev/null
+++ b/pbx/ael/ael-test/ael-test15/extensions.ael
@@ -0,0 +1,17 @@
+/* and some comments
+ would make a nice touch */
+
+context t1
+{
+ /* this a test of block comments */
+
+ _15x => {
+ /* more comments
+ across several lines
+ * what do you think*
+ */
+ }
+
+}
+
+/* amd some more */