[
https://issues.apache.org/jira/browse/JEXL-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Biestro resolved JEXL-415.
--------------------------------
Fix Version/s: 3.3.1
Resolution: Fixed
Thanks for the report.
Commit
[b2431dd4|https://github.com/apache/commons-jexl/commit/b2431dd4bdc5ede8a2a7b163d039b3e8056c3110]
> incorrect template eval result
> ------------------------------
>
> Key: JEXL-415
> URL: https://issues.apache.org/jira/browse/JEXL-415
> Project: Commons JEXL
> Issue Type: Bug
> Reporter: Xu Pengcheng
> Assignee: Henri Biestro
> Priority: Major
> Fix For: 3.3.1
>
>
> The following code should return "#1", but actually returns "#${a}"
> {code:java}
> var a = 1;
> return `#${a}`; {code}
> I checked the syntax doc, seems there is no such rule.
> Thanks!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)