1

Closed

Remove multi-line literal strings from tests

description

The unit tests frequently use multi-line literal strings, but the really ought to be using Environment.NewLine instead. This problem is compounded by the use of Git, which stores the source files in the repo with just linefeeds, stripping the carriage returns, so it's all too easy for someone to pull the source with a different set of CRLF settings and end up with broken tests.
Closed Jun 4 at 12:28 AM by kamehrot

comments

harrisonbrock wrote Aug 16, 2012 at 2:32 AM

Hello,

I would like to work on this if it's open.

Thanks,
Harrison

HenrikN wrote Aug 31, 2012 at 3:57 PM

It has already been fixed -- see commit [1]

Henrik

http://aspnetwebstack.codeplex.com/SourceControl/changeset/b397c84c6269