[
https://issues.apache.org/jira/browse/JEXL-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Biestro updated JEXL-415:
-------------------------------
Assignee: Henri Biestro
> 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
>
> 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)