[ 
https://issues.apache.org/jira/browse/JEXL-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17877680#comment-17877680
 ] 

Xu Pengcheng commented on JEXL-425:
-----------------------------------

Great, thank you very much!

> 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
>            Reporter: Xu Pengcheng
>            Assignee: Henri Biestro
>            Priority: Major
>
> 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)

Reply via email to