You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Lukas Theussl (JIRA)" <co...@jakarta.apache.org> on 2006/05/12 23:04:10 UTC

[jira] Updated: (JELLY-187) Wrong composite expression evaluation

     [ http://issues.apache.org/jira/browse/JELLY-187?page=all ]

Lukas Theussl updated JELLY-187:
--------------------------------

    Attachment: JELLY-187.patch

I assume that any '$' not followed by a '{' is to be interpreted as a literal character. If this is correct, then the attached patch solves the current issue.

> Wrong composite expression evaluation
> -------------------------------------
>
>          Key: JELLY-187
>          URL: http://issues.apache.org/jira/browse/JELLY-187
>      Project: Jelly
>         Type: Bug

>   Components: core / taglib.core
>     Versions: 1.0-RC1, 1.0, 1.0-RC2
>     Reporter: dion gillard
>      Fix For: 1.0.1
>  Attachments: JELLY-187.patch
>
> I have tried to add the following test consdtion in method testExpresssions()
> from org.apache.commons.jelly.expression.TestExpressions.java:
> assertExpression("$type${topping}", "$typecheese");
> but it fails saying that it should be:
> assertExpression("$type${topping}", "typecheese");

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org