Closed fchiba closed 3 years ago
@hborawski Would love your feedback on this since it was your PR. Thanks!
It looks good to me, I guess the split did not behave how I expected it to. Great find!
Thanks for the PR!
Thanks for this fix! I was also facing this problem.
It'd be great to have this PR released in an official release 😊 but until then, if anyone's facing this problem as well, modify your Gemfile as such:
gem 'slather', github: 'SlatherOrg/slather', branch: 'master'
This PR is intended to fix #480
error cause
If
line
is"if(_var && _var.foo) {"
andregions
is["_var", "_var.foo", "{"]
,After the first loop,
expected:
reminder
should be" && _var.foo) {"
actual:
reminder
is" && "