Actions
Bug #8628
closedParse error with method argument that is a Hash with a specific pattern
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.0.0p195 (2013-05-14) [i386-mingw32]
Backport:
Description
The next two lines cause a parse error¶
p /=/ => 'works'
/in comment/ => 'fails'¶
The reported error is:¶
syntax error, unexpected ',', expecting $end¶
/in comment/ => 'fails'¶
^¶
The issue is caused by the /=/ regexp in the method p call.¶
Notice that no parse error occurs when the Hash argument is put between parentheses¶
p(/=/ => 'works').
Files
Actions
Like0
Like0Like0Like0Like0Like0