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

Thibault Kruse updated GROOVY-7564:
-----------------------------------
    Description: 
Tor reproduce:
{code}
groovy:000> InvokerHelper.format('a\\b', true, -1)
===> 'a\b'
{code}
Should be 
{code}'a\\b'{code}

See https://github.com/apache/incubator-groovy/pull/96

  was:
Tor reproduce:

groovy:000> InvokerHelper.format('a\\b', true, -1)
===> 'a\b'

Should be 'a\\b'

See https://github.com/apache/incubator-groovy/pull/96


> InvokerHelper verbose printing wrongly escapes backslashes 
> -----------------------------------------------------------
>
>                 Key: GROOVY-7564
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7564
>             Project: Groovy
>          Issue Type: Bug
>            Reporter: Thibault Kruse
>            Priority: Minor
>
> Tor reproduce:
> {code}
> groovy:000> InvokerHelper.format('a\\b', true, -1)
> ===> 'a\b'
> {code}
> Should be 
> {code}'a\\b'{code}
> See https://github.com/apache/incubator-groovy/pull/96



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to