-
- Downloads
OK, here is everything I changed to fix 7474:
1. ael/ael.flex -- the "fix" is here. In short, I modified the pattern for the chars that break args, to exclude those chars that would normally break args if they are preceded by a backslash. I did this to 3 patterns where really, this kind of exclusion should be placed. 2. ael_lex.c is an updated output from lex. 3. the ael-test stuff -- instituted a regression test for this condition. as ael_ntest9. The "n" in the name means that instead of just getting the syntax/semantic errors and high-level output from aelparse, we also want the compilation results to be in the comparison file. (remove the -n option). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37255 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- pbx/ael/ael-test/ael-ntest9/extensions.ael 12 additions, 0 deletionspbx/ael/ael-test/ael-ntest9/extensions.ael
- pbx/ael/ael-test/ref.ael-ntest9 29 additions, 0 deletionspbx/ael/ael-test/ref.ael-ntest9
- pbx/ael/ael-test/runtests 16 additions, 0 deletionspbx/ael/ael-test/runtests
- pbx/ael/ael.flex 3 additions, 3 deletionspbx/ael/ael.flex
- pbx/ael/ael_lex.c 360 additions, 194 deletionspbx/ael/ael_lex.c
pbx/ael/ael-test/ael-ntest9/extensions.ael
0 → 100755
pbx/ael/ael-test/ref.ael-ntest9
0 → 100644
This diff is collapsed.
Please register or sign in to comment