With only LineFeeds then...?

This commit is contained in:
Sebastiaan Janssen
2016-01-27 17:15:30 +01:00
parent 1c58360891
commit 2913a0f624

View File

@@ -179,7 +179,7 @@ namespace Umbraco.Tests.Persistence.Repositories
Assert.AreEqual(@"@inherits Umbraco.Web.Mvc.UmbracoTemplatePage
@{
" + "\t" + @"Layout = null;
}".CrLf(), template.Content.CrLf());
}".Lf(), template.Content.Lf());
}
}
@@ -209,7 +209,7 @@ namespace Umbraco.Tests.Persistence.Repositories
Assert.AreEqual(@"@inherits Umbraco.Web.Mvc.UmbracoTemplatePage
@{
" + "\t" + @"Layout = ""test.cshtml"";
}".CrLf(), template2.Content.CrLf());
}".Lf(), template2.Content.Lf());
}
}