[
https://issues.apache.org/jira/browse/JEXL-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Biestro resolved JEXL-425.
--------------------------------
Resolution: Fixed
Commit
[aecb393|https://github.com/apache/commons-jexl/commit/aecb3934d3702d60c456750051374ca756f20826]
> Multiline format literals does not always return string.
> --------------------------------------------------------
>
> Key: JEXL-425
> URL: https://issues.apache.org/jira/browse/JEXL-425
> Project: Commons JEXL
> Issue Type: Bug
> Affects Versions: 3.4.0
> Reporter: Xu Pengcheng
> Assignee: Henri Biestro
> Priority: Major
> Fix For: 3.4.1
>
>
> For example
>
> {code:java}
> let x = 10;
> let y = `${x}` // y is integer type of 10, expect y to be string
> let z = `${x}1` // z is string '101'{code}
>
> here the type of `y` expected to be string.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)