DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22442>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22442

EL parser misinterprets arithmetic operators as EL functions





------- Additional Comments From [EMAIL PROTECTED]  2004-01-31 21:52 -------
Output of the test case:


7 + 5 = 12
(3 + 4) + 5 = 12
7 + (2 + 3) = 12
7 div 5 = 1.4
(3 + 4) div 5 = 1.4
7 div (2 + 3) = 1.4
7 div(2 + 3) = 1.4

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to