You can clone with HTTPS or Subversion.
Loading…
For JRUBY-6819 we had a bug when the separator string is longer than the string on which you call each_line that caused it to walk off the end. There did not appear to be a test that covered this in MRI's suite.
Test String#each_line when separator is longer than the string.
8571003
Huh. Thanks @headius. I'll merge this in.
Committed in r36648. Thanks!
For JRUBY-6819 we had a bug when the separator string is longer than the string on which you call each_line that caused it to walk off the end. There did not appear to be a test that covered this in MRI's suite.