[ https://issues.apache.org/jira/browse/GROOVY-8524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Sun reopened GROOVY-8524: -------------------------------- Assignee: Daniel Sun > Triple quoted string with quotes on end of line > ----------------------------------------------- > > Key: GROOVY-8524 > URL: https://issues.apache.org/jira/browse/GROOVY-8524 > Project: Groovy > Issue Type: Bug > Components: lexer > Affects Versions: 2.5.0-beta-3, 2.4.14, 2.4.15 > Reporter: Anvar Baimurunov > Assignee: Daniel Sun > Priority: Minor > > def v = '''string='a'''' > error: unexpected char: ''' at line: 1, column: 24 > while > def v = '''string='a' ''' > works fine -- This message was sent by Atlassian JIRA (v7.6.3#76005)