Actions
Bug #14243
closedComments inside ERB tags broken
Bug #14243:
Comments inside ERB tags broken
Description
A backwards-incompatible change was introduced with https://github.com/ruby/ruby/commit/abbfc048c5890e8017360bbc845062ea1585e155#diff-e1ea8366d3ac334deab7e0d25309be03
Example:
Before:
After:
The generated code produces a syntax error due to introduction of parentheses around the arguments.
Files
Actions