You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Роман Донченко (JIRA)" <ji...@apache.org> on 2018/08/09 20:06:00 UTC

[jira] [Updated] (GROOVY-8739) groovysh can't evaluate slashy strings

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

Роман Донченко updated GROOVY-8739:
-----------------------------------
    Description: 
If you type a slashy string into groovysh, it expects more input instead of evaluating it:
{code:java}
groovy:000> /abc/
groovy:001{code}
I know slashy strings can be ambiguous, but that shouldn't be an issue here, since an expression can't begin with a division operator.

  was:
If you type in a slashy string into groovysh, it expects more input instead of evaluating it:
{code:java}
groovy:000> /abc/
groovy:001{code}
I know slashy strings can be ambiguous, but that shouldn't be an issue here, since an expression can't begin with a division operator.


> groovysh can't evaluate slashy strings
> --------------------------------------
>
>                 Key: GROOVY-8739
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8739
>             Project: Groovy
>          Issue Type: Bug
>          Components: Groovysh
>    Affects Versions: 3.0.0-alpha-3, 2.5.1
>            Reporter: Роман Донченко
>            Priority: Minor
>
> If you type a slashy string into groovysh, it expects more input instead of evaluating it:
> {code:java}
> groovy:000> /abc/
> groovy:001{code}
> I know slashy strings can be ambiguous, but that shouldn't be an issue here, since an expression can't begin with a division operator.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)