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

Søren Markert edited comment on GROOVY-9225 at 8/15/19 8:06 AM:
----------------------------------------------------------------

"Ahaaaaaaa" :P

 

Thanks


was (Author: markert):
"Ahaaaaaaa" :P

> Parser error on certain map keys
> --------------------------------
>
>                 Key: GROOVY-9225
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9225
>             Project: Groovy
>          Issue Type: Bug
>          Components: groovy-jdk
>    Affects Versions: 2.5.8
>            Reporter: Søren Markert
>            Priority: Critical
>
> The groovy parser fails on certain keys in associative arrays, but no on 
> others.
> A working example:
> {code}
> def x = [01: "hey"]
> {code}
> This example fails:
> {code}
> def x = [09: "hey"]
> {code}
> With the message:
> {noformat}
> groovysh_parse: 2: unexpected token: 9 @ line 2, column 11.
>    def x = [09: "q"]
>              ^
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to