You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as you can see <%= was removed. this is not an issue, if <%= and reuby expression is on same line. But doing such "autocorrection" doesn't seem safe to me?
The text was updated successfully, but these errors were encountered:
Seems to happen in all of our files where <% is followed by a line break, with or without linespace after <%, and with or without line space on the beginning of the next line.
For anyone else dealing with this I was able to do a bulk find/replace on <% with the line break and then replace it with a space, and then review the occurrences manually, and all worked afterwards.
Good day,
Thanks for a great gem. I've ran into what seems to be a questionable behavior that might be not safe to autocorrect.
We have a following code snippet:
That turned into
as you can see
<%=
was removed. this is not an issue, if<%=
and reuby expression is on same line. But doing such "autocorrection" doesn't seem safe to me?The text was updated successfully, but these errors were encountered: