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/08/28 12:41:45 UTC

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

Thibault Kruse created GROOVY-7564:
--------------------------------------

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

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

Should be 'a\\b'

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



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