[
https://issues.apache.org/jira/browse/GROOVY-7765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15202823#comment-15202823
]
Daniel.Sun commented on GROOVY-7765:
------------------------------------
Hi Paul,
Jesper and I are setting aside some time to continue the work on antlr4
grammar of Groovy programming language. Here is the project URL:
https://github.com/jespersm/groovy/tree/antlr4
Cheers,
Daniel.Sun
> Dollar Slashy String in assert not working left hand side
> ----------------------------------------------------------
>
> Key: GROOVY-7765
> URL: https://issues.apache.org/jira/browse/GROOVY-7765
> Project: Groovy
> Issue Type: Bug
> Affects Versions: 2.4.5
> Reporter: dariusan
>
> {code}
> assert 'aaa'==$/aaa/$ //works
> assert $/aaa/$=='aaa' //fails with Invalid variable name. Must include a
> letter but only found: $
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)