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:58:00 UTC

[jira] [Updated] (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 updated GROOVY-10134:
--------------------------------
    Description: 
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.

> 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
>
> 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)