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
We are looking at using this on an large existing codebase and our spec suite caught what seems to be a bug in rufo. I've got a tiny example of a failing spec here.
input:
<<~EOF#{1}#{2} EOF
expected output:
<<~EOF#{1}#{2}EOF
actual output:
<<~EOF#{1}#{2}EOF
I've been poking around in rufo's source but I'm not having much luck following what's going on. Maybe someone smarter than me can figure it out?
The text was updated successfully, but these errors were encountered:
Hi,
We are looking at using this on an large existing codebase and our spec suite caught what seems to be a bug in rufo. I've got a tiny example of a failing spec here.
input:
expected output:
actual output:
I've been poking around in rufo's source but I'm not having much luck following what's going on. Maybe someone smarter than me can figure it out?
The text was updated successfully, but these errors were encountered: