[
https://issues.apache.org/jira/browse/JEXL-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14354898#comment-14354898
]
Henri Biestro commented on JEXL-149:
------------------------------------
Syntax added in 3.0 trunk.
> Set Construction as per EL 3.0 spec
> -----------------------------------
>
> Key: JEXL-149
> URL: https://issues.apache.org/jira/browse/JEXL-149
> Project: Commons JEXL
> Issue Type: New Feature
> Affects Versions: 2.1.1, 3.0
> Reporter: Dmitri Blinov
> Assignee: Henri Biestro
> Priority: Minor
>
> "EL 3.0 Spec Section 2.2.1 Set Construction" defines the possibility to
> construct an instance of java.lang.util.Set<Object> by using syntax "{1, 2,
> 3}", the strict grammar is given below.
> 2.2.1.1 Syntax
> SetData := ‘{‘ DataList ‘}’
> DataList := (expression (‘,’ expression)* )?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)