http://www.perlmonks.org?node_id=11122175


in reply to Re: RFC: How did I do writing my first test?
in thread RFC: How did I do writing my first test?

Testing the final newline presence/absence is still beneficial to ensure that the code stays agnostic to it. Further, if the code handles those cases differently, testing that processing is needed for code coverage.