Uploaded image for project: 'Commons Jelly'
  1. Commons Jelly
  2. JELLY-187

Wrong composite expression evaluation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.0-RC1, 1.0-RC2, 1.0
    • 1.0.1
    • core / taglib.core
    • 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");

      Attachments

        1. JELLY-187.patch
          2 kB
          Lukas Theussl
        2. JELLY-187.patch
          4 kB
          Lukas Theussl

        Issue Links

          Activity

            People

              Unassigned Unassigned
              diongillard dion gillard
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: