https://issues.apache.org/bugzilla/show_bug.cgi?id=45511





--- Comment #1 from Mark Thomas <[EMAIL PROTECTED]>  2008-07-31 07:12:06 PST ---
It looks like it is caused by the fix for 42565. That fix causes issues with
use of brackets and whitespace.

For example, these work:
${empty ('')}
${(true) and (false)}

but these fail:
${empty('')}
${(true)and(false)}

The workaround is to add some white space. I'm currently looking at the jjt
file.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to