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)