Merge pull request #2920 from Bond-009/tests2

Add some simple tests
This commit is contained in:
Vasily
2020-04-29 12:17:01 +03:00
committed by GitHub
19 changed files with 173 additions and 60 deletions

View File

@@ -82,6 +82,10 @@ namespace Emby.Server.Implementations.HttpServer
{
return null;
}
else if (inString.Length == 0)
{
return inString;
}
var newString = new StringBuilder(inString.Length);