You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Daniel Sun (JIRA)" <ji...@apache.org> on 2018/10/20 17:58:00 UTC

[jira] [Resolved] (GROOVY-8853) string literal can span rows

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

Daniel Sun resolved GROOVY-8853.
--------------------------------
    Resolution: Fixed

Fixed by https://github.com/apache/groovy/commit/9ae7fa9b012e97671cc59a013d552894e81d4518

> string literal can span rows
> ----------------------------
>
>                 Key: GROOVY-8853
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8853
>             Project: Groovy
>          Issue Type: Bug
>          Components: parser-antlr4
>            Reporter: Daniel Sun
>            Assignee: Daniel Sun
>            Priority: Major
>             Fix For: 3.0.0-alpha-4
>
>
> The following code should be invalid
> {code:java}
> def a = 'a
> '
> def b = "b
> "
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)