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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: RFC: How did I do writing my first test?
by Arunbear (Prior) on Sep 25, 2020 at 13:17 UTC | |
by jcb (Parson) on Sep 25, 2020 at 22:48 UTC |