You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/06/12 08:59:00 UTC

[jira] [Resolved] (GROOVY-10134) Groovy console can not highlight token properly sometimes

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

Daniel Sun resolved GROOVY-10134.
---------------------------------
    Resolution: Fixed

> 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.3.4#803005)