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

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

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

Paul Libbrecht commented on JELLY-187:
--------------------------------------

I have an issue with this patch... Namely the undocumented following usage:

  $${a.b.c} does output ${a.b.c}

at least I use this to generate ant files and I just saw this is used by the ant maven plugin, so presumably by others as well.
I''ve added such a test in TestExpressions.

Any better solution here ?

paul

> 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