Core.Strings - bugfix error in DefaultShortStringHelper

This commit is contained in:
Stephan
2013-05-04 14:53:33 -02:00
parent 4aa750694a
commit 71a28cbeaa
2 changed files with 7 additions and 7 deletions

View File

@@ -133,6 +133,7 @@ namespace Umbraco.Tests.CoreStrings
[TestCase("汉#字*/漢?字", "")]
[TestCase("Réalösk fix bran#lo'sk", "realosk-fix-bran-losk")]
[TestCase("200 ways to be happy", "200-ways-to-be-happy")]
[TestCase("aBCdEfGhIJK", "a-b-cd-ef-gh-ijk")]
#endregion
public void CleanStringForUrlSegment(string input, string expected)
{