Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0-RC1, 1.0-RC2, 1.0
-
None
Description
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");