Reranko05 opened a new pull request, #821: URL: https://github.com/apache/commons-io/pull/821
This PR adds a unit test that reproduces IO-639. ReversedLinesFileReader does not return an empty first line when a file starts with a line separator (for example, a newline-only file). The added test demonstrates the current behavior and documents the expected result. A fix appears to require deeper refactoring of ReversedLinesFileReader, so this PR is limited to test coverage only. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
