mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-05 12:53:45 +00:00
support for floating point numbers added to ast_expr2 $\[...\] exprs. Fixes bug 9508, where the expr code fails with fp numbers. The MATH function returns fp numbers by default, so this fix is considered necessary.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@72933 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -90,3 +90,7 @@ x != x
|
||||
3
|
||||
something
|
||||
043
|
||||
2.1+4.2
|
||||
1.500003+1.4999999999999898989898989898989898989889898
|
||||
1/4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user