[ https://issues.apache.org/jira/browse/GROOVY-7564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14727257#comment-14727257 ]
Paul King commented on GROOVY-7564: ----------------------------------- Thanks Thibault, yes the split PRs should go a long way to allow us to progress the easy things. I wasn't saying that no bugs existed - the backslash thing definitely looks wrong and there's definitely some holes that will be non-controversial to close. There were just a few changes previously which seemed to fall into areas which might break backwards compatibility without an obvious bug being in play. > 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)