Moves some logic into StringExtensions, updates tests, adds other tests
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Umbraco.Tests.Controllers
|
||||
|
||||
Assert.That(jsBlocks.Count() == 4);
|
||||
Assert.That(jsUrls.Count() == 3);
|
||||
Assert.That(!jsUrls.Last().StartsWith("~/"));
|
||||
Assert.That(jsUrls.Last().StartsWith("~/") == false);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user