You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "dariusan (JIRA)" <ji...@apache.org> on 2016/02/24 11:31:18 UTC

[jira] [Created] (GROOVY-7765) Dollar Slashy String in assert not working left hand side

dariusan created GROOVY-7765:
--------------------------------

             Summary: 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)