rhtml
rhtml copied to clipboard
Incorrect paren matching - the > in => is treated as a paren
Demo:
<% foo( bar( :baz => 'quux') ) %>
The paren immediately after "quux" is matched to the paren immediately following "foo".
The paren immediately following "bar" is matched to the > in the =>.