[ 
https://issues.apache.org/jira/browse/JEXL-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Biestro updated JEXL-402:
-------------------------------
    Priority: Minor  (was: Major)

> parse failed with empty return value.
> -------------------------------------
>
>                 Key: JEXL-402
>                 URL: https://issues.apache.org/jira/browse/JEXL-402
>             Project: Commons JEXL
>          Issue Type: Bug
>    Affects Versions: 3.3
>            Reporter: Xu Pengcheng
>            Assignee: Henri Biestro
>            Priority: Minor
>             Fix For: 3.3.1
>
>
> Code:
> {code:java}
> function foo() {
>   return;
> }{code}
> got exception: parsing error in '{'
>  
> but
> {code:java}
> function foo() {
>   return null;
> }{code}
> is ok



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to