[
https://issues.apache.org/jira/browse/GROOVY-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul King closed GROOVY-10134.
------------------------------
> Groovy console can not highlight token properly sometimes
> ---------------------------------------------------------
>
> Key: GROOVY-10134
> URL: https://issues.apache.org/jira/browse/GROOVY-10134
> Project: Groovy
> Issue Type: Bug
> Reporter: Daniel Sun
> Assignee: Daniel Sun
> Priority: Major
> Fix For: 4.0.0-beta-1
>
>
> Input the following code in the groovy console:
> {code:java}
> def x = [new Integer(0), new Integer(2)]
> {code}
> then insert {{new Integer(1)}}
> {code:java}
> def x = [new Integer(0), new Integer(1)new Integer(2)]
> {code}
> the above code can not be highlighted properly.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)