Skip to content
Snippets Groups Projects
Commit 8f09c434 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

fancify the sample grammar a bit

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19543 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 975ddb85
No related merge requests found
......@@ -57,9 +57,9 @@ tag-format <lumenvox/1.0>;
root $company_directory;
$josh = Joshua Colp:"6066";
$mark = Mark Spencer:"4569";
$kevin = Kevin Fleming:"2567";
$josh = (Joshua | Josh) [Colp]:"6066";
$mark = Mark [Spencer] | Markster:"4569";
$kevin = Kevin [Fleming]:"2567";
$company_directory = ($josh | $mark | $kevin) { $ = parseInt($$) };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment