You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Thibault Kruse (JIRA)" <ji...@apache.org> on 2015/09/02 00:35:45 UTC

[jira] [Updated] (GROOVY-7564) InvokerHelper verbose printing wrongly escapes backslashes

     [ 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]
EDIT:
See: https://github.com/apache/incubator-groovy/pull/110


  was:
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


> 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]
> EDIT:
> See: https://github.com/apache/incubator-groovy/pull/110



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