issues
search
dgollahon
/
rspectre
Exorcise the apparitions haunting your tests.
MIT License
75
stars
10
forks
source link
Remove heredocs properly when auto correcting
#18
Closed
dgollahon
closed
7 years ago
dgollahon
commented
7 years ago
This solves a problem where the final line of a heredoc extends beyond the final line of the expression being removed. Now the entire expression including the herdoc should be removed.
Fixes #15